Color spaces of #dad445
RGB | 218 | 212 | 69 |
---|---|---|---|
HSL | 0.16 | 0.67 | 0.56 |
HSV | 58° | 68° | 85° |
CMYK | 0.00 | 0.03 | 0.68 0.15 |
XYZ | 53.5311 | 62.4221 | 14.8575 |
Yxy | 62.4221 | 0.4092 | 0.4772 |
Hunter Lab | 79.0077 | -17.3219 | 44.1558 |
CIE-Lab | 83.1374 | -14.4026 | 67.9610 |
#dad445 color RGB value is (218,212,69).
#dad445 hex color red value is 218, green value is 212 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dad445 hue: 0.16 , saturation: 0.67 and the lightness value of dad445 is 0.56.
The process color (four color CMYK) of #dad445 color hex is 0.00, 0.03, 0.68, 0.15. Web safe color of #dad445 is #cccc33. Color #dad445 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010100 | 01000101 |
Octal | 332 | 324 | 105 |
Decimal | 218 | 212 | 69 |
Hex | DA | D4 | 45 |
Shades of #dad445
Tints of #dad445
RGB Percentages of Color #dad445
CMYK Percentages of Color #dad445
Complementary Color
#dad445 | #454bda |
#dad445 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad445 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad445 Color CSS Codes
.mybgcolor {background-color:#dad445; } .myforecolor {color:#dad445; } .mybordercolor {border:3px solid #dad445; }
#dad445 Text Font Color
<p style="color:#dad445">Text here</p>
This sample text font color is #dad445
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.
#dad445 Background Color
<div style="background-color:#dad445">
Div content here</div>
This div background color is #dad445
#dad445 Border Color
<div style="border:3px solid #dad445">
Div here</div>
This div border color is #dad445
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,212,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad445; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad445; -webkit-box-shadow: 1px 1px 3px 2px #dad445; box-shadow: 1px 1px 3px 2px #dad445; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,212,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad445">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad445; -webkit-box-shadow: 1px 1px 3px 2px #dad445; box-shadow: 1px 1px 3px 2px #dad445;">
Div content here</div>
This div box has shadow with color #dad445
Comments
No comments written yet.
Please login to write comment.