Color spaces of #d0cbab
RGB | 208 | 203 | 171 |
---|---|---|---|
HSL | 0.14 | 0.28 | 0.74 |
HSV | 52° | 18° | 82° |
CMYK | 0.00 | 0.02 | 0.18 0.18 |
XYZ | 54.7190 | 59.0620 | 47.0442 |
Yxy | 59.0620 | 0.3402 | 0.3672 |
Hunter Lab | 76.8518 | -7.3975 | 17.5024 |
CIE-Lab | 81.3257 | -3.5615 | 16.6051 |
#d0cbab color RGB value is (208,203,171).
#d0cbab hex color red value is 208, green value is 203 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d0cbab hue: 0.14 , saturation: 0.28 and the lightness value of d0cbab is 0.74.
The process color (four color CMYK) of #d0cbab color hex is 0.00, 0.02, 0.18, 0.18. Web safe color of #d0cbab is #cccc99. Color #d0cbab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001011 | 10101011 |
Octal | 320 | 313 | 253 |
Decimal | 208 | 203 | 171 |
Hex | D0 | CB | AB |
Shades of #d0cbab
Tints of #d0cbab
RGB Percentages of Color #d0cbab
CMYK Percentages of Color #d0cbab
Complementary Color
#d0cbab | #abb0d0 |
#d0cbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0cbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0cbab Color CSS Codes
.mybgcolor {background-color:#d0cbab; } .myforecolor {color:#d0cbab; } .mybordercolor {border:3px solid #d0cbab; }
#d0cbab Text Font Color
<p style="color:#d0cbab">Text here</p>
This sample text font color is #d0cbab
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.
#d0cbab Background Color
<div style="background-color:#d0cbab">
Div content here</div>
This div background color is #d0cbab
#d0cbab Border Color
<div style="border:3px solid #d0cbab">
Div here</div>
This div border color is #d0cbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,203,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0cbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0cbab; -webkit-box-shadow: 1px 1px 3px 2px #d0cbab; box-shadow: 1px 1px 3px 2px #d0cbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,203,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0cbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0cbab; -webkit-box-shadow: 1px 1px 3px 2px #d0cbab; box-shadow: 1px 1px 3px 2px #d0cbab;">
Div content here</div>
This div box has shadow with color #d0cbab
Comments
No comments written yet.
Please login to write comment.