color details

Color Details
#eaeaea Color Hex

#eaeaea color RGB value is (14, 174, 174).
#eaeaea hex color red value is 14, green value is 174, and blue value is 174.
Cylindrical-coordinate representations (HSL) of color #eaeaea hue: 180, saturation: 0.85 and lightness: 0.37.

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

Color Spaces
Color spaces of #eaeaeaValue
RGB234, 234, 234
HSL0, 0, 0.92
HSV0°, 0°, 92°
XYZ78.2, 82.28, 89.59
Base Numbers
Base Red Green Blue
Binary 11101010 11101010 11101010
Octal 352 352 352
Decimal 234 234 234
Hex EA EA EA

RGB Percentages for Color #eaeaea

33.33%
33.33%
33.33%

CMYK Percentages of the Color #eaeaea

8.24%
CSS Codes for Color #eaeaea
.mybgColor {background-color: #eaeaea;}
.myforeColor {color: #eaeaea;}
.myborderColor {border:3px solid #eaeaea;}
Text Font Color #eaeaea

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

This sample text is styled with the font color #eaeaea. 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 #eaeaea

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(234, 234, 234, 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 #eaeaea;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top