Color spaces of #d0cabb
RGB | 208 | 202 | 187 |
---|---|---|---|
HSL | 0.12 | 0.18 | 0.77 |
HSV | 43° | 10° | 82° |
CMYK | 0.00 | 0.03 | 0.10 0.18 |
XYZ | 56.1026 | 59.2388 | 55.4910 |
Yxy | 59.2388 | 0.3284 | 0.3468 |
Hunter Lab | 76.9667 | -4.5796 | 11.1302 |
CIE-Lab | 81.4227 | -0.5030 | 8.2165 |
#d0cabb color RGB value is (208,202,187).
#d0cabb hex color red value is 208, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d0cabb hue: 0.12 , saturation: 0.18 and the lightness value of d0cabb is 0.77.
The process color (four color CMYK) of #d0cabb color hex is 0.00, 0.03, 0.10, 0.18. Web safe color of #d0cabb is #cccccc. Color #d0cabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001010 | 10111011 |
Octal | 320 | 312 | 273 |
Decimal | 208 | 202 | 187 |
Hex | D0 | CA | BB |
Shades of #d0cabb
Tints of #d0cabb
RGB Percentages of Color #d0cabb
CMYK Percentages of Color #d0cabb
Complementary Color
#d0cabb | #bbc1d0 |
#d0cabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0cabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0cabb Color CSS Codes
.mybgcolor {background-color:#d0cabb; } .myforecolor {color:#d0cabb; } .mybordercolor {border:3px solid #d0cabb; }
#d0cabb Text Font Color
<p style="color:#d0cabb">Text here</p>
This sample text font color is #d0cabb
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.
#d0cabb Background Color
<div style="background-color:#d0cabb">
Div content here</div>
This div background color is #d0cabb
#d0cabb Border Color
<div style="border:3px solid #d0cabb">
Div here</div>
This div border color is #d0cabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,202,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0cabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0cabb; -webkit-box-shadow: 1px 1px 3px 2px #d0cabb; box-shadow: 1px 1px 3px 2px #d0cabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,202,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 #d0cabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0cabb; -webkit-box-shadow: 1px 1px 3px 2px #d0cabb; box-shadow: 1px 1px 3px 2px #d0cabb;">
Div content here</div>
This div box has shadow with color #d0cabb
#d0cabb Color Palettes
Comments
No comments written yet.
Please login to write comment.