Color spaces of #d1aeaa
RGB | 209 | 174 | 170 |
---|---|---|---|
HSL | 0.02 | 0.30 | 0.74 |
HSV | 6° | 19° | 82° |
CMYK | 0.00 | 0.17 | 0.19 0.18 |
XYZ | 48.6862 | 46.7297 | 44.4839 |
Yxy | 46.7297 | 0.3480 | 0.3340 |
Hunter Lab | 68.3591 | 7.5014 | 9.2691 |
CIE-Lab | 74.0165 | 12.0583 | 6.7974 |
#d1aeaa color RGB value is (209,174,170).
#d1aeaa hex color red value is 209, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d1aeaa hue: 0.02 , saturation: 0.30 and the lightness value of d1aeaa is 0.74.
The process color (four color CMYK) of #d1aeaa color hex is 0.00, 0.17, 0.19, 0.18. Web safe color of #d1aeaa is #cc9999. Color #d1aeaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10101110 | 10101010 |
Octal | 321 | 256 | 252 |
Decimal | 209 | 174 | 170 |
Hex | D1 | AE | AA |
Shades of #d1aeaa
Tints of #d1aeaa
RGB Percentages of Color #d1aeaa
CMYK Percentages of Color #d1aeaa
Complementary Color
#d1aeaa | #aacdd1 |
#d1aeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1aeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1aeaa Color CSS Codes
.mybgcolor {background-color:#d1aeaa; } .myforecolor {color:#d1aeaa; } .mybordercolor {border:3px solid #d1aeaa; }
#d1aeaa Text Font Color
<p style="color:#d1aeaa">Text here</p>
This sample text font color is #d1aeaa
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.
#d1aeaa Background Color
<div style="background-color:#d1aeaa">
Div content here</div>
This div background color is #d1aeaa
#d1aeaa Border Color
<div style="border:3px solid #d1aeaa">
Div here</div>
This div border color is #d1aeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,174,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1aeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1aeaa; -webkit-box-shadow: 1px 1px 3px 2px #d1aeaa; box-shadow: 1px 1px 3px 2px #d1aeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,174,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 #d1aeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1aeaa; -webkit-box-shadow: 1px 1px 3px 2px #d1aeaa; box-shadow: 1px 1px 3px 2px #d1aeaa;">
Div content here</div>
This div box has shadow with color #d1aeaa
Comments
No comments written yet.
Please login to write comment.