color details

Color Details
#EAF7FF Color Hex

#EAF7FF color RGB value is (14, 175, 127).
#EAF7FF hex color red value is 14, green value is 175, and blue value is 127.
Cylindrical-coordinate representations (HSL) of color #EAF7FF hue: 162.11, saturation: 0.85 and lightness: 0.37.

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

Color Spaces
Color spaces of #EAF7FFValue
RGB234, 247, 255
HSL0.56, 1, 0.96
HSV203°, 8°, 100°
XYZ85.24, 91.23, 107.71
Base Numbers
Base Red Green Blue
Binary 11101010 11110111 11111111
Octal 352 367 377
Decimal 234 247 255
Hex EA F7 FF

RGB Percentages for Color #EAF7FF

31.79%
33.56%
34.65%

CMYK Percentages of the Color #EAF7FF

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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