#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 of #dfedda | Value |
|---|---|
| RGB | 223, 237, 218 |
| HSL | 0.29, 0.35, 0.89 |
| HSV | 104°, 8°, 93° |
| XYZ | 73.37, 81.32, 78.15 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011111 | 11101101 | 11011010 |
| Octal | 337 | 355 | 332 |
| Decimal | 223 | 237 | 218 |
| Hex | DF | ED | DA |
Shades of #dfedda
Tints of #dfedda
.mybgColor {background-color: #dfedda;}
.myforeColor {color: #dfedda;}
.myborderColor {border:3px solid #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,
<div style="background-color:#dfedda">Div content here</div>
<div style="border:3px solid #dfedda">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(223, 237, 218, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dfedda;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
