color details

Color Details
#edf2ec Color Hex

#edf2ec color RGB value is (14, 223, 46).
#edf2ec hex color red value is 14, green value is 223, and blue value is 46.
Cylindrical-coordinate representations (HSL) of color #edf2ec hue: 129.19, saturation: 0.88 and lightness: 0.46.

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

Color Spaces
Color spaces of #edf2ecValue
RGB237, 242, 236
HSL0.31, 0.19, 0.94
HSV110°, 2°, 95°
XYZ81.81, 87.56, 91.93
Base Numbers
Base Red Green Blue
Binary 11101101 11110010 11101100
Octal 355 362 354
Decimal 237 242 236
Hex ED F2 EC

RGB Percentages for Color #edf2ec

33.15%
33.85%
33.01%

CMYK Percentages of the Color #edf2ec

2.07%
2.48%
5.1%
CSS Codes for Color #edf2ec
.mybgColor {background-color: #edf2ec;}
.myforeColor {color: #edf2ec;}
.myborderColor {border:3px solid #edf2ec;}
Text Font Color #edf2ec

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

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

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

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

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

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

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

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

Shadow Div Box

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

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