Color spaces of #dab0aa
RGB | 218 | 176 | 170 |
---|---|---|---|
HSL | 0.02 | 0.39 | 0.76 |
HSV | 7° | 22° | 85° |
CMYK | 0.00 | 0.19 | 0.22 0.15 |
XYZ | 51.6945 | 48.8584 | 44.7362 |
Yxy | 48.8584 | 0.3558 | 0.3363 |
Hunter Lab | 69.8988 | 9.6890 | 10.9827 |
CIE-Lab | 75.3632 | 14.3297 | 8.8391 |
#dab0aa color RGB value is (218,176,170).
#dab0aa hex color red value is 218, green value is 176 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dab0aa hue: 0.02 , saturation: 0.39 and the lightness value of dab0aa is 0.76.
The process color (four color CMYK) of #dab0aa color hex is 0.00, 0.19, 0.22, 0.15. Web safe color of #dab0aa is #cc9999. Color #dab0aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110000 | 10101010 |
Octal | 332 | 260 | 252 |
Decimal | 218 | 176 | 170 |
Hex | DA | B0 | AA |
Shades of #dab0aa
Tints of #dab0aa
RGB Percentages of Color #dab0aa
CMYK Percentages of Color #dab0aa
Complementary Color
#dab0aa | #aad4da |
#dab0aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab0aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab0aa Color CSS Codes
.mybgcolor {background-color:#dab0aa; } .myforecolor {color:#dab0aa; } .mybordercolor {border:3px solid #dab0aa; }
#dab0aa Text Font Color
<p style="color:#dab0aa">Text here</p>
This sample text font color is #dab0aa
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.
#dab0aa Background Color
<div style="background-color:#dab0aa">
Div content here</div>
This div background color is #dab0aa
#dab0aa Border Color
<div style="border:3px solid #dab0aa">
Div here</div>
This div border color is #dab0aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,176,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab0aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab0aa; -webkit-box-shadow: 1px 1px 3px 2px #dab0aa; box-shadow: 1px 1px 3px 2px #dab0aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,176,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 #dab0aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab0aa; -webkit-box-shadow: 1px 1px 3px 2px #dab0aa; box-shadow: 1px 1px 3px 2px #dab0aa;">
Div content here</div>
This div box has shadow with color #dab0aa
Comments
No comments written yet.
Please login to write comment.