Color spaces of #dadcbb
RGB | 218 | 220 | 187 |
---|---|---|---|
HSL | 0.18 | 0.32 | 0.80 |
HSV | 64° | 15° | 86° |
CMYK | 0.01 | 0.00 | 0.15 0.14 |
XYZ | 63.4763 | 69.6797 | 57.1177 |
Yxy | 69.6797 | 0.3336 | 0.3662 |
Hunter Lab | 83.4744 | -10.3436 | 17.8626 |
CIE-Lab | 86.8395 | -6.2272 | 16.0098 |
#dadcbb color RGB value is (218,220,187).
#dadcbb hex color red value is 218, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dadcbb hue: 0.18 , saturation: 0.32 and the lightness value of dadcbb is 0.80.
The process color (four color CMYK) of #dadcbb color hex is 0.01, 0.00, 0.15, 0.14. Web safe color of #dadcbb is #cccccc. Color #dadcbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011100 | 10111011 |
Octal | 332 | 334 | 273 |
Decimal | 218 | 220 | 187 |
Hex | DA | DC | BB |
Shades of #dadcbb
Tints of #dadcbb
RGB Percentages of Color #dadcbb
CMYK Percentages of Color #dadcbb
Complementary Color
#dadcbb | #bdbbdc |
#dadcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadcbb Color CSS Codes
.mybgcolor {background-color:#dadcbb; } .myforecolor {color:#dadcbb; } .mybordercolor {border:3px solid #dadcbb; }
#dadcbb Text Font Color
<p style="color:#dadcbb">Text here</p>
This sample text font color is #dadcbb
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.
#dadcbb Background Color
<div style="background-color:#dadcbb">
Div content here</div>
This div background color is #dadcbb
#dadcbb Border Color
<div style="border:3px solid #dadcbb">
Div here</div>
This div border color is #dadcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,220,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadcbb; -webkit-box-shadow: 1px 1px 3px 2px #dadcbb; box-shadow: 1px 1px 3px 2px #dadcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,220,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadcbb; -webkit-box-shadow: 1px 1px 3px 2px #dadcbb; box-shadow: 1px 1px 3px 2px #dadcbb;">
Div content here</div>
This div box has shadow with color #dadcbb
#dadcbb Color Palettes
Comments
No comments written yet.
Please login to write comment.