Color spaces of #d8daab
RGB | 216 | 218 | 171 |
---|---|---|---|
HSL | 0.17 | 0.39 | 0.76 |
HSV | 63° | 22° | 85° |
CMYK | 0.01 | 0.00 | 0.22 0.15 |
XYZ | 60.7410 | 67.6820 | 48.3906 |
Yxy | 67.6820 | 0.3435 | 0.3828 |
Hunter Lab | 82.2691 | -12.1805 | 22.7140 |
CIE-Lab | 85.8472 | -8.3200 | 22.9720 |
#d8daab color RGB value is (216,218,171).
#d8daab hex color red value is 216, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d8daab hue: 0.17 , saturation: 0.39 and the lightness value of d8daab is 0.76.
The process color (four color CMYK) of #d8daab color hex is 0.01, 0.00, 0.22, 0.15. Web safe color of #d8daab is #cccc99. Color #d8daab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11011010 | 10101011 |
Octal | 330 | 332 | 253 |
Decimal | 216 | 218 | 171 |
Hex | D8 | DA | AB |
Shades of #d8daab
Tints of #d8daab
RGB Percentages of Color #d8daab
CMYK Percentages of Color #d8daab
Complementary Color
#d8daab | #adabda |
#d8daab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8daab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8daab Color CSS Codes
.mybgcolor {background-color:#d8daab; } .myforecolor {color:#d8daab; } .mybordercolor {border:3px solid #d8daab; }
#d8daab Text Font Color
<p style="color:#d8daab">Text here</p>
This sample text font color is #d8daab
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.
#d8daab Background Color
<div style="background-color:#d8daab">
Div content here</div>
This div background color is #d8daab
#d8daab Border Color
<div style="border:3px solid #d8daab">
Div here</div>
This div border color is #d8daab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,218,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8daab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8daab; -webkit-box-shadow: 1px 1px 3px 2px #d8daab; box-shadow: 1px 1px 3px 2px #d8daab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,218,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8daab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8daab; -webkit-box-shadow: 1px 1px 3px 2px #d8daab; box-shadow: 1px 1px 3px 2px #d8daab;">
Div content here</div>
This div box has shadow with color #d8daab
Comments
No comments written yet.
Please login to write comment.