Color spaces of #dfeccd
RGB | 223 | 236 | 205 |
---|---|---|---|
HSL | 0.24 | 0.45 | 0.86 |
HSV | 85° | 13° | 93° |
CMYK | 0.06 | 0.00 | 0.13 0.07 |
XYZ | 71.4463 | 80.0867 | 69.4503 |
Yxy | 80.0867 | 0.3233 | 0.3624 |
Hunter Lab | 89.4912 | -14.1020 | 16.6314 |
CIE-Lab | 91.7237 | -9.7045 | 13.5696 |
#dfeccd color RGB value is (223,236,205).
#dfeccd hex color red value is 223, green value is 236 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dfeccd hue: 0.24 , saturation: 0.45 and the lightness value of dfeccd is 0.86.
The process color (four color CMYK) of #dfeccd color hex is 0.06, 0.00, 0.13, 0.07. Web safe color of #dfeccd is #ccffcc. Color #dfeccd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101100 | 11001101 |
Octal | 337 | 354 | 315 |
Decimal | 223 | 236 | 205 |
Hex | DF | EC | CD |
Shades of #dfeccd
Tints of #dfeccd
RGB Percentages of Color #dfeccd
CMYK Percentages of Color #dfeccd
Complementary Color
#dfeccd | #dacdec |
#dfeccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfeccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfeccd Color CSS Codes
.mybgcolor {background-color:#dfeccd; } .myforecolor {color:#dfeccd; } .mybordercolor {border:3px solid #dfeccd; }
#dfeccd Text Font Color
<p style="color:#dfeccd">Text here</p>
This sample text font color is #dfeccd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dfeccd Background Color
<div style="background-color:#dfeccd">
Div content here</div>
This div background color is #dfeccd
#dfeccd Border Color
<div style="border:3px solid #dfeccd">
Div here</div>
This div border color is #dfeccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,236,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfeccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfeccd; -webkit-box-shadow: 1px 1px 3px 2px #dfeccd; box-shadow: 1px 1px 3px 2px #dfeccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,236,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfeccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfeccd; -webkit-box-shadow: 1px 1px 3px 2px #dfeccd; box-shadow: 1px 1px 3px 2px #dfeccd;">
Div content here</div>
This div box has shadow with color #dfeccd
#dfeccd Color Palettes
Comments
No comments written yet.
Please login to write comment.