color details

Color Details
#dfeed5 Color Hex

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

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

Color Spaces
Color spaces of #dfeed5Value
RGB223, 238, 213
HSL0.27, 0.42, 0.88
HSV96°, 11°, 93°
XYZ73.01, 81.64, 74.85
Base Numbers
Base Red Green Blue
Binary 11011111 11101110 11010101
Octal 337 356 325
Decimal 223 238 213
Hex DF EE D5

RGB Percentages for Color #dfeed5

33.09%
35.31%
31.6%

CMYK Percentages of the Color #dfeed5

6.3%
10.5%
6.67%
CSS Codes for Color #dfeed5
.mybgColor {background-color: #dfeed5;}
.myforeColor {color: #dfeed5;}
.myborderColor {border:3px solid #dfeed5;}
Text Font Color #dfeed5

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top