Color spaces of #dad577
RGB | 218 | 213 | 119 |
---|---|---|---|
HSL | 0.16 | 0.57 | 0.66 |
HSV | 57° | 45° | 85° |
CMYK | 0.00 | 0.02 | 0.45 0.15 |
XYZ | 56.0375 | 63.8258 | 26.8189 |
Yxy | 63.8258 | 0.3820 | 0.4351 |
Hunter Lab | 79.8911 | -14.6052 | 36.0205 |
CIE-Lab | 83.8750 | -11.2356 | 46.8292 |
#dad577 color RGB value is (218,213,119).
#dad577 hex color red value is 218, green value is 213 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dad577 hue: 0.16 , saturation: 0.57 and the lightness value of dad577 is 0.66.
The process color (four color CMYK) of #dad577 color hex is 0.00, 0.02, 0.45, 0.15. Web safe color of #dad577 is #cccc66. Color #dad577 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010101 | 01110111 |
Octal | 332 | 325 | 167 |
Decimal | 218 | 213 | 119 |
Hex | DA | D5 | 77 |
Shades of #dad577
Tints of #dad577
RGB Percentages of Color #dad577
CMYK Percentages of Color #dad577
Complementary Color
#dad577 | #777cda |
#dad577 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad577 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad577 Color CSS Codes
.mybgcolor {background-color:#dad577; } .myforecolor {color:#dad577; } .mybordercolor {border:3px solid #dad577; }
#dad577 Text Font Color
<p style="color:#dad577">Text here</p>
This sample text font color is #dad577
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.
#dad577 Background Color
<div style="background-color:#dad577">
Div content here</div>
This div background color is #dad577
#dad577 Border Color
<div style="border:3px solid #dad577">
Div here</div>
This div border color is #dad577
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,213,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad577; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad577; -webkit-box-shadow: 1px 1px 3px 2px #dad577; box-shadow: 1px 1px 3px 2px #dad577; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,213,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad577">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad577; -webkit-box-shadow: 1px 1px 3px 2px #dad577; box-shadow: 1px 1px 3px 2px #dad577;">
Div content here</div>
This div box has shadow with color #dad577
Comments
No comments written yet.
Please login to write comment.