Color spaces of #d8cabf
RGB | 216 | 202 | 191 |
---|---|---|---|
HSL | 0.07 | 0.24 | 0.80 |
HSV | 26° | 12° | 85° |
CMYK | 0.00 | 0.06 | 0.12 0.15 |
XYZ | 58.8434 | 60.6016 | 57.8861 |
Yxy | 60.6016 | 0.3318 | 0.3417 |
Hunter Lab | 77.8470 | -1.3068 | 10.4056 |
CIE-Lab | 82.1641 | 3.0230 | 7.2287 |
#d8cabf color RGB value is (216,202,191).
#d8cabf hex color red value is 216, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d8cabf hue: 0.07 , saturation: 0.24 and the lightness value of d8cabf is 0.80.
The process color (four color CMYK) of #d8cabf color hex is 0.00, 0.06, 0.12, 0.15. Web safe color of #d8cabf is #cccccc. Color #d8cabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11001010 | 10111111 |
Octal | 330 | 312 | 277 |
Decimal | 216 | 202 | 191 |
Hex | D8 | CA | BF |
Shades of #d8cabf
Tints of #d8cabf
RGB Percentages of Color #d8cabf
CMYK Percentages of Color #d8cabf
Complementary Color
#d8cabf | #bfcdd8 |
#d8cabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8cabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8cabf Color CSS Codes
.mybgcolor {background-color:#d8cabf; } .myforecolor {color:#d8cabf; } .mybordercolor {border:3px solid #d8cabf; }
#d8cabf Text Font Color
<p style="color:#d8cabf">Text here</p>
This sample text font color is #d8cabf
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.
#d8cabf Background Color
<div style="background-color:#d8cabf">
Div content here</div>
This div background color is #d8cabf
#d8cabf Border Color
<div style="border:3px solid #d8cabf">
Div here</div>
This div border color is #d8cabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,202,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8cabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8cabf; -webkit-box-shadow: 1px 1px 3px 2px #d8cabf; box-shadow: 1px 1px 3px 2px #d8cabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,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 #d8cabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8cabf; -webkit-box-shadow: 1px 1px 3px 2px #d8cabf; box-shadow: 1px 1px 3px 2px #d8cabf;">
Div content here</div>
This div box has shadow with color #d8cabf
Comments
No comments written yet.
Please login to write comment.