Color spaces of #dad23b
RGB | 218 | 210 | 59 |
---|---|---|---|
HSL | 0.16 | 0.68 | 0.54 |
HSV | 57° | 73° | 85° |
CMYK | 0.00 | 0.04 | 0.73 0.15 |
XYZ | 52.7495 | 61.3144 | 13.1923 |
Yxy | 61.3144 | 0.4145 | 0.4818 |
Hunter Lab | 78.3035 | -16.7838 | 44.8235 |
CIE-Lab | 82.5475 | -13.8794 | 70.9440 |
#dad23b color RGB value is (218,210,59).
#dad23b hex color red value is 218, green value is 210 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dad23b hue: 0.16 , saturation: 0.68 and the lightness value of dad23b is 0.54.
The process color (four color CMYK) of #dad23b color hex is 0.00, 0.04, 0.73, 0.15. Web safe color of #dad23b is #cccc33. Color #dad23b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010010 | 00111011 |
Octal | 332 | 322 | 73 |
Decimal | 218 | 210 | 59 |
Hex | DA | D2 | 3B |
Shades of #dad23b
Tints of #dad23b
RGB Percentages of Color #dad23b
CMYK Percentages of Color #dad23b
Complementary Color
#dad23b | #3b43da |
#dad23b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad23b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad23b Color CSS Codes
.mybgcolor {background-color:#dad23b; } .myforecolor {color:#dad23b; } .mybordercolor {border:3px solid #dad23b; }
#dad23b Text Font Color
<p style="color:#dad23b">Text here</p>
This sample text font color is #dad23b
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.
#dad23b Background Color
<div style="background-color:#dad23b">
Div content here</div>
This div background color is #dad23b
#dad23b Border Color
<div style="border:3px solid #dad23b">
Div here</div>
This div border color is #dad23b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,210,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad23b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad23b; -webkit-box-shadow: 1px 1px 3px 2px #dad23b; box-shadow: 1px 1px 3px 2px #dad23b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,210,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad23b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad23b; -webkit-box-shadow: 1px 1px 3px 2px #dad23b; box-shadow: 1px 1px 3px 2px #dad23b;">
Div content here</div>
This div box has shadow with color #dad23b
Comments
No comments written yet.
Please login to write comment.