Color spaces of #dcdeac
RGB | 220 | 222 | 172 |
---|---|---|---|
HSL | 0.17 | 0.43 | 0.77 |
HSV | 62° | 23° | 87° |
CMYK | 0.01 | 0.00 | 0.23 0.13 |
XYZ | 63.0829 | 70.4368 | 49.3006 |
Yxy | 70.4368 | 0.3451 | 0.3853 |
Hunter Lab | 83.9266 | -12.7033 | 23.9202 |
CIE-Lab | 87.2107 | -8.7317 | 24.3720 |
#dcdeac color RGB value is (220,222,172).
#dcdeac hex color red value is 220, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcdeac hue: 0.17 , saturation: 0.43 and the lightness value of dcdeac is 0.77.
The process color (four color CMYK) of #dcdeac color hex is 0.01, 0.00, 0.23, 0.13. Web safe color of #dcdeac is #cccc99. Color #dcdeac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011110 | 10101100 |
Octal | 334 | 336 | 254 |
Decimal | 220 | 222 | 172 |
Hex | DC | DE | AC |
Shades of #dcdeac
Tints of #dcdeac
RGB Percentages of Color #dcdeac
CMYK Percentages of Color #dcdeac
Complementary Color
#dcdeac | #aeacde |
#dcdeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdeac Color CSS Codes
.mybgcolor {background-color:#dcdeac; } .myforecolor {color:#dcdeac; } .mybordercolor {border:3px solid #dcdeac; }
#dcdeac Text Font Color
<p style="color:#dcdeac">Text here</p>
This sample text font color is #dcdeac
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.
#dcdeac Background Color
<div style="background-color:#dcdeac">
Div content here</div>
This div background color is #dcdeac
#dcdeac Border Color
<div style="border:3px solid #dcdeac">
Div here</div>
This div border color is #dcdeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,222,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdeac; -webkit-box-shadow: 1px 1px 3px 2px #dcdeac; box-shadow: 1px 1px 3px 2px #dcdeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,222,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcdeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdeac; -webkit-box-shadow: 1px 1px 3px 2px #dcdeac; box-shadow: 1px 1px 3px 2px #dcdeac;">
Div content here</div>
This div box has shadow with color #dcdeac
Comments
No comments written yet.
Please login to write comment.