Color spaces of #d8baaa
RGB | 216 | 186 | 170 |
---|---|---|---|
HSL | 0.06 | 0.37 | 0.76 |
HSV | 21° | 21° | 85° |
CMYK | 0.00 | 0.14 | 0.21 0.15 |
XYZ | 53.1335 | 52.6190 | 45.3863 |
Yxy | 52.6190 | 0.3516 | 0.3482 |
Hunter Lab | 72.5390 | 3.8049 | 13.6806 |
CIE-Lab | 77.6495 | 8.2271 | 12.0643 |
#d8baaa color RGB value is (216,186,170).
#d8baaa hex color red value is 216, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d8baaa hue: 0.06 , saturation: 0.37 and the lightness value of d8baaa is 0.76.
The process color (four color CMYK) of #d8baaa color hex is 0.00, 0.14, 0.21, 0.15. Web safe color of #d8baaa is #cccc99. Color #d8baaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10111010 | 10101010 |
Octal | 330 | 272 | 252 |
Decimal | 216 | 186 | 170 |
Hex | D8 | BA | AA |
Shades of #d8baaa
Tints of #d8baaa
RGB Percentages of Color #d8baaa
CMYK Percentages of Color #d8baaa
Complementary Color
#d8baaa | #aac8d8 |
#d8baaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8baaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8baaa Color CSS Codes
.mybgcolor {background-color:#d8baaa; } .myforecolor {color:#d8baaa; } .mybordercolor {border:3px solid #d8baaa; }
#d8baaa Text Font Color
<p style="color:#d8baaa">Text here</p>
This sample text font color is #d8baaa
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.
#d8baaa Background Color
<div style="background-color:#d8baaa">
Div content here</div>
This div background color is #d8baaa
#d8baaa Border Color
<div style="border:3px solid #d8baaa">
Div here</div>
This div border color is #d8baaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,186,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8baaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8baaa; -webkit-box-shadow: 1px 1px 3px 2px #d8baaa; box-shadow: 1px 1px 3px 2px #d8baaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,186,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8baaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8baaa; -webkit-box-shadow: 1px 1px 3px 2px #d8baaa; box-shadow: 1px 1px 3px 2px #d8baaa;">
Div content here</div>
This div box has shadow with color #d8baaa
Comments
No comments written yet.
Please login to write comment.