color details

Color Details
#eeaea5 Color Hex

#eeaea5 color RGB value is (14, 234, 234).
#eeaea5 hex color red value is 14, green value is 234, and blue value is 234.
Cylindrical-coordinate representations (HSL) of color #eeaea5 hue: 180, saturation: 0.89 and lightness: 0.49.

The process color (four-color CMYK) of #eeaea5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #eeaea5 is #ff9999. Color #eeaea5 contains mainly RED.

Color Spaces
Color spaces of #eeaea5Value
RGB238, 174, 165
HSL0.02, 0.68, 0.79
HSV7°, 31°, 93°
XYZ57.19, 51.17, 42.45
Base Numbers
Base Red Green Blue
Binary 11101110 10101110 10100101
Octal 356 256 245
Decimal 238 174 165
Hex EE AE A5

RGB Percentages for Color #eeaea5

41.25%
30.16%
28.6%

CMYK Percentages of the Color #eeaea5

26.89%
30.67%
6.67%
CSS Codes for Color #eeaea5
.mybgColor {background-color: #eeaea5;}
.myforeColor {color: #eeaea5;}
.myborderColor {border:3px solid #eeaea5;}
Text Font Color #eeaea5

<p style="color:#eeaea5">Text here</p>

This sample text is styled with the font color #eeaea5. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #eeaea5

<div style="background-color:#eeaea5">Div content here</div>

The background color of this div is #eeaea5
Border Color #eeaea5

<div style="border:3px solid #eeaea5">Div here</div>

The border color of this div is #eeaea5
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(238, 174, 165, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #eeaea5;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #eeaea5;
-webkit-box-shadow: 1px 1px 3px #eeaea5;
box-shadow: 1px 1px 3px #eeaea5;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238, 174, 165, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #eeaea5;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #eeaea5; -webkit-box-shadow: 1px 1px 3px #eeaea5; box-shadow: 1px 1px 3px #eeaea5;">Div content here</div>

This div box has a shadow with a specified color. #eeaea5

Scroll to Top