#edffea color RGB value is (14, 223, 254).
#edffea hex color red value is 14, green value is 223, and blue value is 254.
Cylindrical-coordinate representations (HSL) of color #edffea
hue: 187.75,
saturation: 0.99 and lightness: 0.53.
The process color (four-color CMYK) of #edffea color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #edffea is #ff9999. Color #edffea contains mainly RED.
| Color spaces of #edffea | Value |
|---|---|
| RGB | 237, 255, 234 |
| HSL | 0.31, 1, 0.96 |
| HSV | 111°, 8°, 100° |
| XYZ | 85.53, 95.46, 91.75 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101101 | 11111111 | 11101010 |
| Octal | 355 | 377 | 352 |
| Decimal | 237 | 255 | 234 |
| Hex | ED | FF | EA |
Shades of #edffea
Tints of #edffea
.mybgColor {background-color: #edffea;}
.myforeColor {color: #edffea;}
.myborderColor {border:3px solid #edffea;}
<p style="color:#edffea">Text here</p>
This sample text is styled with the font color #edffea. 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:#edffea">Div content here</div>
<div style="border:3px solid #edffea">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(237, 255, 234, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #edffea; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #edffea;
-webkit-box-shadow: 1px 1px 3px #edffea;
box-shadow: 1px 1px 3px #edffea; }
<p style="text-shadow: 4px 4px 2px rgba(237, 255, 234, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #edffea;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #edffea;
-webkit-box-shadow: 1px 1px 3px #edffea;
box-shadow: 1px 1px 3px #edffea;">Div content here</div>
