Color spaces of #daa0af
RGB | 218 | 160 | 175 |
---|---|---|---|
HSL | 0.96 | 0.44 | 0.74 |
HSV | 344° | 27° | 85° |
CMYK | 0.00 | 0.27 | 0.20 0.15 |
XYZ | 49.2221 | 43.1422 | 46.2904 |
Yxy | 43.1422 | 0.3550 | 0.3111 |
Hunter Lab | 65.6827 | 18.8217 | 4.1928 |
CIE-Lab | 71.6514 | 23.7155 | 0.7372 |
#daa0af color RGB value is (218,160,175).
#daa0af hex color red value is 218, green value is 160 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #daa0af hue: 0.96 , saturation: 0.44 and the lightness value of daa0af is 0.74.
The process color (four color CMYK) of #daa0af color hex is 0.00, 0.27, 0.20, 0.15. Web safe color of #daa0af is #cc9999. Color #daa0af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100000 | 10101111 |
Octal | 332 | 240 | 257 |
Decimal | 218 | 160 | 175 |
Hex | DA | A0 | AF |
Shades of #daa0af
Tints of #daa0af
RGB Percentages of Color #daa0af
CMYK Percentages of Color #daa0af
Complementary Color
#daa0af | #a0dacb |
#daa0af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa0af Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa0af Color CSS Codes
.mybgcolor {background-color:#daa0af; } .myforecolor {color:#daa0af; } .mybordercolor {border:3px solid #daa0af; }
#daa0af Text Font Color
<p style="color:#daa0af">Text here</p>
This sample text font color is #daa0af
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.
#daa0af Background Color
<div style="background-color:#daa0af">
Div content here</div>
This div background color is #daa0af
#daa0af Border Color
<div style="border:3px solid #daa0af">
Div here</div>
This div border color is #daa0af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,160,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa0af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa0af; -webkit-box-shadow: 1px 1px 3px 2px #daa0af; box-shadow: 1px 1px 3px 2px #daa0af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,160,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa0af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa0af; -webkit-box-shadow: 1px 1px 3px 2px #daa0af; box-shadow: 1px 1px 3px 2px #daa0af;">
Div content here</div>
This div box has shadow with color #daa0af
Comments
No comments written yet.
Please login to write comment.