Color spaces of #dab223
RGB | 218 | 178 | 35 |
---|---|---|---|
HSL | 0.13 | 0.72 | 0.50 |
HSV | 47° | 84° | 85° |
CMYK | 0.00 | 0.18 | 0.84 0.15 |
XYZ | 45.1372 | 46.8676 | 8.2575 |
Yxy | 46.8676 | 0.4502 | 0.4674 |
Hunter Lab | 68.4599 | -2.1157 | 40.7705 |
CIE-Lab | 74.1050 | 1.7099 | 70.6971 |
#dab223 color RGB value is (218,178,35).
#dab223 hex color red value is 218, green value is 178 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dab223 hue: 0.13 , saturation: 0.72 and the lightness value of dab223 is 0.50.
The process color (four color CMYK) of #dab223 color hex is 0.00, 0.18, 0.84, 0.15. Web safe color of #dab223 is #cc9933. Color #dab223 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110010 | 00100011 |
Octal | 332 | 262 | 43 |
Decimal | 218 | 178 | 35 |
Hex | DA | B2 | 23 |
Shades of #dab223
Tints of #dab223
RGB Percentages of Color #dab223
CMYK Percentages of Color #dab223
Complementary Color
#dab223 | #234bda |
#dab223 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab223 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab223 Color CSS Codes
.mybgcolor {background-color:#dab223; } .myforecolor {color:#dab223; } .mybordercolor {border:3px solid #dab223; }
#dab223 Text Font Color
<p style="color:#dab223">Text here</p>
This sample text font color is #dab223
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.
#dab223 Background Color
<div style="background-color:#dab223">
Div content here</div>
This div background color is #dab223
#dab223 Border Color
<div style="border:3px solid #dab223">
Div here</div>
This div border color is #dab223
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,178,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab223; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab223; -webkit-box-shadow: 1px 1px 3px 2px #dab223; box-shadow: 1px 1px 3px 2px #dab223; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,178,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab223">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab223; -webkit-box-shadow: 1px 1px 3px 2px #dab223; box-shadow: 1px 1px 3px 2px #dab223;">
Div content here</div>
This div box has shadow with color #dab223
Comments
No comments written yet.
Please login to write comment.