Color spaces of #dcdabd
RGB | 220 | 218 | 189 |
---|---|---|---|
HSL | 0.16 | 0.31 | 0.80 |
HSV | 56° | 14° | 86° |
CMYK | 0.00 | 0.01 | 0.14 0.14 |
XYZ | 63.7719 | 69.0326 | 58.1076 |
Yxy | 69.0326 | 0.3340 | 0.3616 |
Hunter Lab | 83.0859 | -8.3940 | 16.6946 |
CIE-Lab | 86.5202 | -4.1734 | 14.5328 |
#dcdabd color RGB value is (220,218,189).
#dcdabd hex color red value is 220, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcdabd hue: 0.16 , saturation: 0.31 and the lightness value of dcdabd is 0.80.
The process color (four color CMYK) of #dcdabd color hex is 0.00, 0.01, 0.14, 0.14. Web safe color of #dcdabd is #cccccc. Color #dcdabd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011010 | 10111101 |
Octal | 334 | 332 | 275 |
Decimal | 220 | 218 | 189 |
Hex | DC | DA | BD |
Shades of #dcdabd
Tints of #dcdabd
RGB Percentages of Color #dcdabd
CMYK Percentages of Color #dcdabd
Complementary Color
#dcdabd | #bdbfdc |
#dcdabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdabd Color CSS Codes
.mybgcolor {background-color:#dcdabd; } .myforecolor {color:#dcdabd; } .mybordercolor {border:3px solid #dcdabd; }
#dcdabd Text Font Color
<p style="color:#dcdabd">Text here</p>
This sample text font color is #dcdabd
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.
#dcdabd Background Color
<div style="background-color:#dcdabd">
Div content here</div>
This div background color is #dcdabd
#dcdabd Border Color
<div style="border:3px solid #dcdabd">
Div here</div>
This div border color is #dcdabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,218,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdabd; -webkit-box-shadow: 1px 1px 3px 2px #dcdabd; box-shadow: 1px 1px 3px 2px #dcdabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,218,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcdabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdabd; -webkit-box-shadow: 1px 1px 3px 2px #dcdabd; box-shadow: 1px 1px 3px 2px #dcdabd;">
Div content here</div>
This div box has shadow with color #dcdabd
#dcdabd Color Palettes
Comments
No comments written yet.
Please login to write comment.