Color spaces of #dad44e
RGB | 218 | 212 | 78 |
---|---|---|---|
HSL | 0.16 | 0.65 | 0.58 |
HSV | 57° | 64° | 85° |
CMYK | 0.00 | 0.03 | 0.64 0.15 |
XYZ | 53.8321 | 62.5425 | 16.4424 |
Yxy | 62.5425 | 0.4053 | 0.4709 |
Hunter Lab | 79.0838 | -16.8923 | 43.0316 |
CIE-Lab | 83.2011 | -13.9047 | 64.5326 |
#dad44e color RGB value is (218,212,78).
#dad44e hex color red value is 218, green value is 212 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dad44e hue: 0.16 , saturation: 0.65 and the lightness value of dad44e is 0.58.
The process color (four color CMYK) of #dad44e color hex is 0.00, 0.03, 0.64, 0.15. Web safe color of #dad44e is #cccc66. Color #dad44e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010100 | 01001110 |
Octal | 332 | 324 | 116 |
Decimal | 218 | 212 | 78 |
Hex | DA | D4 | 4E |
Shades of #dad44e
Tints of #dad44e
RGB Percentages of Color #dad44e
CMYK Percentages of Color #dad44e
Complementary Color
#dad44e | #4e54da |
#dad44e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad44e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad44e Color CSS Codes
.mybgcolor {background-color:#dad44e; } .myforecolor {color:#dad44e; } .mybordercolor {border:3px solid #dad44e; }
#dad44e Text Font Color
<p style="color:#dad44e">Text here</p>
This sample text font color is #dad44e
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.
#dad44e Background Color
<div style="background-color:#dad44e">
Div content here</div>
This div background color is #dad44e
#dad44e Border Color
<div style="border:3px solid #dad44e">
Div here</div>
This div border color is #dad44e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,212,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad44e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad44e; -webkit-box-shadow: 1px 1px 3px 2px #dad44e; box-shadow: 1px 1px 3px 2px #dad44e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,212,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad44e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad44e; -webkit-box-shadow: 1px 1px 3px 2px #dad44e; box-shadow: 1px 1px 3px 2px #dad44e;">
Div content here</div>
This div box has shadow with color #dad44e
Comments
No comments written yet.
Please login to write comment.