Color spaces of #d49cab
RGB | 212 | 156 | 171 |
---|---|---|---|
HSL | 0.96 | 0.39 | 0.72 |
HSV | 344° | 26° | 83° |
CMYK | 0.00 | 0.26 | 0.19 0.17 |
XYZ | 46.3905 | 40.7143 | 43.9417 |
Yxy | 40.7143 | 0.3540 | 0.3107 |
Hunter Lab | 63.8078 | 18.1122 | 3.8349 |
CIE-Lab | 69.9753 | 23.0880 | 0.4351 |
#d49cab color RGB value is (212,156,171).
#d49cab hex color red value is 212, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d49cab hue: 0.96 , saturation: 0.39 and the lightness value of d49cab is 0.72.
The process color (four color CMYK) of #d49cab color hex is 0.00, 0.26, 0.19, 0.17. Web safe color of #d49cab is #cc9999. Color #d49cab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10011100 | 10101011 |
Octal | 324 | 234 | 253 |
Decimal | 212 | 156 | 171 |
Hex | D4 | 9C | AB |
Shades of #d49cab
Tints of #d49cab
RGB Percentages of Color #d49cab
CMYK Percentages of Color #d49cab
Complementary Color
#d49cab | #9cd4c5 |
#d49cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d49cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d49cab Color CSS Codes
.mybgcolor {background-color:#d49cab; } .myforecolor {color:#d49cab; } .mybordercolor {border:3px solid #d49cab; }
#d49cab Text Font Color
<p style="color:#d49cab">Text here</p>
This sample text font color is #d49cab
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.
#d49cab Background Color
<div style="background-color:#d49cab">
Div content here</div>
This div background color is #d49cab
#d49cab Border Color
<div style="border:3px solid #d49cab">
Div here</div>
This div border color is #d49cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,156,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d49cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d49cab; -webkit-box-shadow: 1px 1px 3px 2px #d49cab; box-shadow: 1px 1px 3px 2px #d49cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,156,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 #d49cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d49cab; -webkit-box-shadow: 1px 1px 3px 2px #d49cab; box-shadow: 1px 1px 3px 2px #d49cab;">
Div content here</div>
This div box has shadow with color #d49cab
Comments
No comments written yet.
Please login to write comment.