Color spaces of #d0cfac
RGB | 208 | 207 | 172 |
---|---|---|---|
HSL | 0.16 | 0.28 | 0.75 |
HSV | 58° | 17° | 82° |
CMYK | 0.00 | 0.00 | 0.17 0.18 |
XYZ | 55.7716 | 61.0141 | 47.8671 |
Yxy | 61.0141 | 0.3387 | 0.3706 |
Hunter Lab | 78.1115 | -9.2462 | 18.3449 |
CIE-Lab | 82.3863 | -5.4831 | 17.5573 |
#d0cfac color RGB value is (208,207,172).
#d0cfac hex color red value is 208, green value is 207 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d0cfac hue: 0.16 , saturation: 0.28 and the lightness value of d0cfac is 0.75.
The process color (four color CMYK) of #d0cfac color hex is 0.00, 0.00, 0.17, 0.18. Web safe color of #d0cfac is #cccc99. Color #d0cfac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001111 | 10101100 |
Octal | 320 | 317 | 254 |
Decimal | 208 | 207 | 172 |
Hex | D0 | CF | AC |
Shades of #d0cfac
Tints of #d0cfac
RGB Percentages of Color #d0cfac
CMYK Percentages of Color #d0cfac
Complementary Color
#d0cfac | #acadd0 |
#d0cfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0cfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0cfac Color CSS Codes
.mybgcolor {background-color:#d0cfac; } .myforecolor {color:#d0cfac; } .mybordercolor {border:3px solid #d0cfac; }
#d0cfac Text Font Color
<p style="color:#d0cfac">Text here</p>
This sample text font color is #d0cfac
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.
#d0cfac Background Color
<div style="background-color:#d0cfac">
Div content here</div>
This div background color is #d0cfac
#d0cfac Border Color
<div style="border:3px solid #d0cfac">
Div here</div>
This div border color is #d0cfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,207,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0cfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0cfac; -webkit-box-shadow: 1px 1px 3px 2px #d0cfac; box-shadow: 1px 1px 3px 2px #d0cfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,207,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0cfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0cfac; -webkit-box-shadow: 1px 1px 3px 2px #d0cfac; box-shadow: 1px 1px 3px 2px #d0cfac;">
Div content here</div>
This div box has shadow with color #d0cfac
Comments
No comments written yet.
Please login to write comment.