color details

Color Details
#edffea Color Hex

#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
Color spaces of #edffeaValue
RGB237, 255, 234
HSL0.31, 1, 0.96
HSV111°, 8°, 100°
XYZ85.53, 95.46, 91.75
Base Numbers
Base Red Green Blue
Binary 11101101 11111111 11101010
Octal 355 377 352
Decimal 237 255 234
Hex ED FF EA

RGB Percentages for Color #edffea

32.64%
35.12%
32.23%

CMYK Percentages of the Color #edffea

7.06%
8.24%
CSS Codes for Color #edffea
.mybgColor {background-color: #edffea;}
.myforeColor {color: #edffea;}
.myborderColor {border:3px solid #edffea;}
Text Font Color #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,

Background Color #edffea

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

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

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

The border color of this div is #edffea
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<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>

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

Scroll to Top