Color spaces of #d0caab
RGB | 208 | 202 | 171 |
---|---|---|---|
HSL | 0.14 | 0.28 | 0.74 |
HSV | 50° | 18° | 82° |
CMYK | 0.00 | 0.03 | 0.18 0.18 |
XYZ | 54.4836 | 58.5912 | 46.9657 |
Yxy | 58.5912 | 0.3404 | 0.3661 |
Hunter Lab | 76.5449 | -6.8997 | 17.2028 |
CIE-Lab | 81.0664 | -3.0412 | 16.2422 |
#d0caab color RGB value is (208,202,171).
#d0caab hex color red value is 208, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d0caab hue: 0.14 , saturation: 0.28 and the lightness value of d0caab is 0.74.
The process color (four color CMYK) of #d0caab color hex is 0.00, 0.03, 0.18, 0.18. Web safe color of #d0caab is #cccc99. Color #d0caab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001010 | 10101011 |
Octal | 320 | 312 | 253 |
Decimal | 208 | 202 | 171 |
Hex | D0 | CA | AB |
Shades of #d0caab
Tints of #d0caab
RGB Percentages of Color #d0caab
CMYK Percentages of Color #d0caab
Complementary Color
#d0caab | #abb1d0 |
#d0caab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0caab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0caab Color CSS Codes
.mybgcolor {background-color:#d0caab; } .myforecolor {color:#d0caab; } .mybordercolor {border:3px solid #d0caab; }
#d0caab Text Font Color
<p style="color:#d0caab">Text here</p>
This sample text font color is #d0caab
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.
#d0caab Background Color
<div style="background-color:#d0caab">
Div content here</div>
This div background color is #d0caab
#d0caab Border Color
<div style="border:3px solid #d0caab">
Div here</div>
This div border color is #d0caab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,202,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0caab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0caab; -webkit-box-shadow: 1px 1px 3px 2px #d0caab; box-shadow: 1px 1px 3px 2px #d0caab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,202,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 #d0caab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0caab; -webkit-box-shadow: 1px 1px 3px 2px #d0caab; box-shadow: 1px 1px 3px 2px #d0caab;">
Div content here</div>
This div box has shadow with color #d0caab
Comments
No comments written yet.
Please login to write comment.