#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 of #EAF7FF | Value |
---|---|
RGB | 234, 247, 255 |
HSL | 0.56, 1, 0.96 |
HSV | 203°, 8°, 100° |
XYZ | 85.24, 91.23, 107.71 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110111 | 11111111 |
Octal | 352 | 367 | 377 |
Decimal | 234 | 247 | 255 |
Hex | EA | F7 | FF |
Shades of #EAF7FF
Tints of #EAF7FF
.mybgColor {background-color: #EAF7FF;} .myforeColor {color: #EAF7FF;} .myborderColor {border:3px solid #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,
<div style="background-color:#EAF7FF">Div content here</div>
<div style="border:3px solid #EAF7FF">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(234, 247, 255, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #EAF7FF;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>