color details

Color Details
#dfedda Color Hex

#dfedda color RGB value is (13, 254, 221).
#dfedda hex color red value is 13, green value is 254, and blue value is 221.
Cylindrical-coordinate representations (HSL) of color #dfedda hue: 171.78, saturation: 0.99 and lightness: 0.52.

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

Color Spaces
Color spaces of #dfeddaValue
RGB223, 237, 218
HSL0.29, 0.35, 0.89
HSV104°, 8°, 93°
XYZ73.37, 81.32, 78.15
Base Numbers
Base Red Green Blue
Binary 11011111 11101101 11011010
Octal 337 355 332
Decimal 223 237 218
Hex DF ED DA

RGB Percentages for Color #dfedda

32.89%
34.96%
32.15%

CMYK Percentages of the Color #dfedda

5.91%
8.02%
7.06%
CSS Codes for Color #dfedda
.mybgColor {background-color: #dfedda;}
.myforeColor {color: #dfedda;}
.myborderColor {border:3px solid #dfedda;}
Text Font Color #dfedda

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top