Color spaces of #d0cabf
RGB | 208 | 202 | 191 |
---|---|---|---|
HSL | 0.11 | 0.15 | 0.78 |
HSV | 39° | 8° | 82° |
CMYK | 0.00 | 0.03 | 0.08 0.18 |
XYZ | 56.5369 | 59.4125 | 57.7782 |
Yxy | 59.4125 | 0.3254 | 0.3420 |
Hunter Lab | 77.0795 | -3.9615 | 9.5123 |
CIE-Lab | 81.5178 | 0.1664 | 6.2151 |
#d0cabf color RGB value is (208,202,191).
#d0cabf hex color red value is 208, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d0cabf hue: 0.11 , saturation: 0.15 and the lightness value of d0cabf is 0.78.
The process color (four color CMYK) of #d0cabf color hex is 0.00, 0.03, 0.08, 0.18. Web safe color of #d0cabf is #cccccc. Color #d0cabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001010 | 10111111 |
Octal | 320 | 312 | 277 |
Decimal | 208 | 202 | 191 |
Hex | D0 | CA | BF |
Shades of #d0cabf
Tints of #d0cabf
RGB Percentages of Color #d0cabf
CMYK Percentages of Color #d0cabf
Complementary Color
#d0cabf | #bfc5d0 |
#d0cabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0cabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0cabf Color CSS Codes
.mybgcolor {background-color:#d0cabf; } .myforecolor {color:#d0cabf; } .mybordercolor {border:3px solid #d0cabf; }
#d0cabf Text Font Color
<p style="color:#d0cabf">Text here</p>
This sample text font color is #d0cabf
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.
#d0cabf Background Color
<div style="background-color:#d0cabf">
Div content here</div>
This div background color is #d0cabf
#d0cabf Border Color
<div style="border:3px solid #d0cabf">
Div here</div>
This div border color is #d0cabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,202,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0cabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0cabf; -webkit-box-shadow: 1px 1px 3px 2px #d0cabf; box-shadow: 1px 1px 3px 2px #d0cabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,202,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0cabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0cabf; -webkit-box-shadow: 1px 1px 3px 2px #d0cabf; box-shadow: 1px 1px 3px 2px #d0cabf;">
Div content here</div>
This div box has shadow with color #d0cabf
Comments
No comments written yet.
Please login to write comment.