Color spaces of #d4caaa
RGB | 212 | 202 | 170 |
---|---|---|---|
HSL | 0.13 | 0.33 | 0.75 |
HSV | 46° | 20° | 83° |
CMYK | 0.00 | 0.05 | 0.20 0.17 |
XYZ | 55.5276 | 59.1404 | 46.5188 |
Yxy | 59.1404 | 0.3445 | 0.3669 |
Hunter Lab | 76.9028 | -5.6941 | 17.9672 |
CIE-Lab | 81.3687 | -1.7082 | 17.2443 |
#d4caaa color RGB value is (212,202,170).
#d4caaa hex color red value is 212, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d4caaa hue: 0.13 , saturation: 0.33 and the lightness value of d4caaa is 0.75.
The process color (four color CMYK) of #d4caaa color hex is 0.00, 0.05, 0.20, 0.17. Web safe color of #d4caaa is #cccc99. Color #d4caaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11001010 | 10101010 |
Octal | 324 | 312 | 252 |
Decimal | 212 | 202 | 170 |
Hex | D4 | CA | AA |
Shades of #d4caaa
Tints of #d4caaa
RGB Percentages of Color #d4caaa
CMYK Percentages of Color #d4caaa
Complementary Color
#d4caaa | #aab4d4 |
#d4caaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4caaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4caaa Color CSS Codes
.mybgcolor {background-color:#d4caaa; } .myforecolor {color:#d4caaa; } .mybordercolor {border:3px solid #d4caaa; }
#d4caaa Text Font Color
<p style="color:#d4caaa">Text here</p>
This sample text font color is #d4caaa
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.
#d4caaa Background Color
<div style="background-color:#d4caaa">
Div content here</div>
This div background color is #d4caaa
#d4caaa Border Color
<div style="border:3px solid #d4caaa">
Div here</div>
This div border color is #d4caaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,202,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4caaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4caaa; -webkit-box-shadow: 1px 1px 3px 2px #d4caaa; box-shadow: 1px 1px 3px 2px #d4caaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,202,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 #d4caaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4caaa; -webkit-box-shadow: 1px 1px 3px 2px #d4caaa; box-shadow: 1px 1px 3px 2px #d4caaa;">
Div content here</div>
This div box has shadow with color #d4caaa
Comments
No comments written yet.
Please login to write comment.