Color spaces of #dad7af
RGB | 218 | 215 | 175 |
---|---|---|---|
HSL | 0.16 | 0.37 | 0.77 |
HSV | 56° | 20° | 85° |
CMYK | 0.00 | 0.01 | 0.20 0.15 |
XYZ | 60.9517 | 66.6014 | 50.2003 |
Yxy | 66.6014 | 0.3429 | 0.3747 |
Hunter Lab | 81.6097 | -9.5009 | 20.6559 |
CIE-Lab | 85.3023 | -5.4737 | 20.1530 |
#dad7af color RGB value is (218,215,175).
#dad7af hex color red value is 218, green value is 215 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dad7af hue: 0.16 , saturation: 0.37 and the lightness value of dad7af is 0.77.
The process color (four color CMYK) of #dad7af color hex is 0.00, 0.01, 0.20, 0.15. Web safe color of #dad7af is #cccc99. Color #dad7af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010111 | 10101111 |
Octal | 332 | 327 | 257 |
Decimal | 218 | 215 | 175 |
Hex | DA | D7 | AF |
Shades of #dad7af
Tints of #dad7af
RGB Percentages of Color #dad7af
CMYK Percentages of Color #dad7af
Complementary Color
#dad7af | #afb2da |
#dad7af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad7af Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad7af Color CSS Codes
.mybgcolor {background-color:#dad7af; } .myforecolor {color:#dad7af; } .mybordercolor {border:3px solid #dad7af; }
#dad7af Text Font Color
<p style="color:#dad7af">Text here</p>
This sample text font color is #dad7af
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.
#dad7af Background Color
<div style="background-color:#dad7af">
Div content here</div>
This div background color is #dad7af
#dad7af Border Color
<div style="border:3px solid #dad7af">
Div here</div>
This div border color is #dad7af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,215,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad7af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad7af; -webkit-box-shadow: 1px 1px 3px 2px #dad7af; box-shadow: 1px 1px 3px 2px #dad7af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,215,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 #dad7af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad7af; -webkit-box-shadow: 1px 1px 3px 2px #dad7af; box-shadow: 1px 1px 3px 2px #dad7af;">
Div content here</div>
This div box has shadow with color #dad7af
Comments
No comments written yet.
Please login to write comment.