Color spaces of #dab606
RGB | 218 | 182 | 6 |
---|---|---|---|
HSL | 0.14 | 0.95 | 0.44 |
HSV | 50° | 97° | 85° |
CMYK | 0.00 | 0.17 | 0.97 0.15 |
XYZ | 45.6743 | 48.3745 | 7.1022 |
Yxy | 48.3745 | 0.4515 | 0.4782 |
Hunter Lab | 69.5518 | -4.4956 | 42.6319 |
CIE-Lab | 75.0605 | -0.8676 | 76.4926 |
#dab606 color RGB value is (218,182,6).
#dab606 hex color red value is 218, green value is 182 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dab606 hue: 0.14 , saturation: 0.95 and the lightness value of dab606 is 0.44.
The process color (four color CMYK) of #dab606 color hex is 0.00, 0.17, 0.97, 0.15. Web safe color of #dab606 is #cccc00. Color #dab606 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110110 | 00000110 |
Octal | 332 | 266 | 6 |
Decimal | 218 | 182 | 6 |
Hex | DA | B6 | 6 |
Shades of #dab606
Tints of #dab606
RGB Percentages of Color #dab606
CMYK Percentages of Color #dab606
Complementary Color
#dab606 | #062ada |
#dab606 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab606 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab606 Color CSS Codes
.mybgcolor {background-color:#dab606; } .myforecolor {color:#dab606; } .mybordercolor {border:3px solid #dab606; }
#dab606 Text Font Color
<p style="color:#dab606">Text here</p>
This sample text font color is #dab606
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.
#dab606 Background Color
<div style="background-color:#dab606">
Div content here</div>
This div background color is #dab606
#dab606 Border Color
<div style="border:3px solid #dab606">
Div here</div>
This div border color is #dab606
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,182,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab606; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab606; -webkit-box-shadow: 1px 1px 3px 2px #dab606; box-shadow: 1px 1px 3px 2px #dab606; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,182,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab606">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab606; -webkit-box-shadow: 1px 1px 3px 2px #dab606; box-shadow: 1px 1px 3px 2px #dab606;">
Div content here</div>
This div box has shadow with color #dab606
Comments
No comments written yet.
Please login to write comment.