Color spaces of #dad42a
RGB | 218 | 212 | 42 |
---|---|---|---|
HSL | 0.16 | 0.70 | 0.51 |
HSV | 58° | 81° | 85° |
CMYK | 0.00 | 0.03 | 0.81 0.15 |
XYZ | 52.8748 | 62.1596 | 11.4017 |
Yxy | 62.1596 | 0.4182 | 0.4916 |
Hunter Lab | 78.8414 | -18.2617 | 46.6147 |
CIE-Lab | 82.9982 | -15.4972 | 76.4181 |
#dad42a color RGB value is (218,212,42).
#dad42a hex color red value is 218, green value is 212 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dad42a hue: 0.16 , saturation: 0.70 and the lightness value of dad42a is 0.51.
The process color (four color CMYK) of #dad42a color hex is 0.00, 0.03, 0.81, 0.15. Web safe color of #dad42a is #cccc33. Color #dad42a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010100 | 00101010 |
Octal | 332 | 324 | 52 |
Decimal | 218 | 212 | 42 |
Hex | DA | D4 | 2A |
Shades of #dad42a
Tints of #dad42a
RGB Percentages of Color #dad42a
CMYK Percentages of Color #dad42a
Complementary Color
#dad42a | #2a30da |
#dad42a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad42a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad42a Color CSS Codes
.mybgcolor {background-color:#dad42a; } .myforecolor {color:#dad42a; } .mybordercolor {border:3px solid #dad42a; }
#dad42a Text Font Color
<p style="color:#dad42a">Text here</p>
This sample text font color is #dad42a
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.
#dad42a Background Color
<div style="background-color:#dad42a">
Div content here</div>
This div background color is #dad42a
#dad42a Border Color
<div style="border:3px solid #dad42a">
Div here</div>
This div border color is #dad42a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,212,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad42a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad42a; -webkit-box-shadow: 1px 1px 3px 2px #dad42a; box-shadow: 1px 1px 3px 2px #dad42a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,212,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad42a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad42a; -webkit-box-shadow: 1px 1px 3px 2px #dad42a; box-shadow: 1px 1px 3px 2px #dad42a;">
Div content here</div>
This div box has shadow with color #dad42a
Comments
No comments written yet.
Please login to write comment.