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