color details

Color Details
#eaefe8 Color Hex

#eaefe8 color RGB value is (14, 174, 254).
#eaefe8 hex color red value is 14, green value is 174, and blue value is 254.
Cylindrical-coordinate representations (HSL) of color #eaefe8 hue: 200, saturation: 0.99 and lightness: 0.53.

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

Color Spaces
Color spaces of #eaefe8Value
RGB234, 239, 232
HSL0.29, 0.18, 0.92
HSV103°, 3°, 94°
XYZ79.36, 85.05, 88.56
Base Numbers
Base Red Green Blue
Binary 11101010 11101111 11101000
Octal 352 357 350
Decimal 234 239 232
Hex EA EF E8

RGB Percentages for Color #eaefe8

33.19%
33.9%
32.91%

CMYK Percentages of the Color #eaefe8

2.09%
2.93%
6.27%
CSS Codes for Color #eaefe8
.mybgColor {background-color: #eaefe8;}
.myforeColor {color: #eaefe8;}
.myborderColor {border:3px solid #eaefe8;}
Text Font Color #eaefe8

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #eaefe8
Scroll to Top