Color spaces of #daab74
RGB | 218 | 171 | 116 |
---|---|---|---|
HSL | 0.09 | 0.58 | 0.65 |
HSV | 32° | 47° | 85° |
CMYK | 0.00 | 0.22 | 0.47 0.15 |
XYZ | 46.6287 | 45.2922 | 22.8077 |
Yxy | 45.2922 | 0.4064 | 0.3948 |
Hunter Lab | 67.2995 | 5.9003 | 27.0163 |
CIE-Lab | 73.0839 | 10.3615 | 34.8146 |
#daab74 color RGB value is (218,171,116).
#daab74 hex color red value is 218, green value is 171 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #daab74 hue: 0.09 , saturation: 0.58 and the lightness value of daab74 is 0.65.
The process color (four color CMYK) of #daab74 color hex is 0.00, 0.22, 0.47, 0.15. Web safe color of #daab74 is #cc9966. Color #daab74 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101011 | 01110100 |
Octal | 332 | 253 | 164 |
Decimal | 218 | 171 | 116 |
Hex | DA | AB | 74 |
Shades of #daab74
Tints of #daab74
RGB Percentages of Color #daab74
CMYK Percentages of Color #daab74
Complementary Color
#daab74 | #74a3da |
#daab74 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daab74 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daab74 Color CSS Codes
.mybgcolor {background-color:#daab74; } .myforecolor {color:#daab74; } .mybordercolor {border:3px solid #daab74; }
#daab74 Text Font Color
<p style="color:#daab74">Text here</p>
This sample text font color is #daab74
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.
#daab74 Background Color
<div style="background-color:#daab74">
Div content here</div>
This div background color is #daab74
#daab74 Border Color
<div style="border:3px solid #daab74">
Div here</div>
This div border color is #daab74
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,171,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daab74; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daab74; -webkit-box-shadow: 1px 1px 3px 2px #daab74; box-shadow: 1px 1px 3px 2px #daab74; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,171,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daab74">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daab74; -webkit-box-shadow: 1px 1px 3px 2px #daab74; box-shadow: 1px 1px 3px 2px #daab74;">
Div content here</div>
This div box has shadow with color #daab74
Comments
No comments written yet.
Please login to write comment.