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