Color spaces of #dcdacd
RGB | 220 | 218 | 205 |
---|---|---|---|
HSL | 0.14 | 0.18 | 0.83 |
HSV | 52° | 7° | 86° |
CMYK | 0.00 | 0.01 | 0.07 0.14 |
XYZ | 65.6060 | 69.7662 | 67.7660 |
Yxy | 69.7662 | 0.3230 | 0.3434 |
Hunter Lab | 83.5262 | -5.9672 | 10.3655 |
CIE-Lab | 86.8821 | -1.5765 | 6.6251 |
#dcdacd color RGB value is (220,218,205).
#dcdacd hex color red value is 220, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dcdacd hue: 0.14 , saturation: 0.18 and the lightness value of dcdacd is 0.83.
The process color (four color CMYK) of #dcdacd color hex is 0.00, 0.01, 0.07, 0.14. Web safe color of #dcdacd is #cccccc. Color #dcdacd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011010 | 11001101 |
Octal | 334 | 332 | 315 |
Decimal | 220 | 218 | 205 |
Hex | DC | DA | CD |
Shades of #dcdacd
Tints of #dcdacd
RGB Percentages of Color #dcdacd
CMYK Percentages of Color #dcdacd
Complementary Color
#dcdacd | #cdcfdc |
#dcdacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdacd Color CSS Codes
.mybgcolor {background-color:#dcdacd; } .myforecolor {color:#dcdacd; } .mybordercolor {border:3px solid #dcdacd; }
#dcdacd Text Font Color
<p style="color:#dcdacd">Text here</p>
This sample text font color is #dcdacd
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.
#dcdacd Background Color
<div style="background-color:#dcdacd">
Div content here</div>
This div background color is #dcdacd
#dcdacd Border Color
<div style="border:3px solid #dcdacd">
Div here</div>
This div border color is #dcdacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,218,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdacd; -webkit-box-shadow: 1px 1px 3px 2px #dcdacd; box-shadow: 1px 1px 3px 2px #dcdacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,218,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 #dcdacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdacd; -webkit-box-shadow: 1px 1px 3px 2px #dcdacd; box-shadow: 1px 1px 3px 2px #dcdacd;">
Div content here</div>
This div box has shadow with color #dcdacd
Comments
No comments written yet.
Please login to write comment.