Color spaces of #dab83e
RGB | 218 | 184 | 62 |
---|---|---|---|
HSL | 0.13 | 0.68 | 0.55 |
HSV | 47° | 72° | 85° |
CMYK | 0.00 | 0.16 | 0.72 0.15 |
XYZ | 46.9234 | 49.5342 | 11.6454 |
Yxy | 49.5342 | 0.4341 | 0.4582 |
Hunter Lab | 70.3805 | -4.1582 | 39.4561 |
CIE-Lab | 75.7825 | -0.4413 | 63.3102 |
#dab83e color RGB value is (218,184,62).
#dab83e hex color red value is 218, green value is 184 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dab83e hue: 0.13 , saturation: 0.68 and the lightness value of dab83e is 0.55.
The process color (four color CMYK) of #dab83e color hex is 0.00, 0.16, 0.72, 0.15. Web safe color of #dab83e is #cccc33. Color #dab83e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111000 | 00111110 |
Octal | 332 | 270 | 76 |
Decimal | 218 | 184 | 62 |
Hex | DA | B8 | 3E |
Shades of #dab83e
Tints of #dab83e
RGB Percentages of Color #dab83e
CMYK Percentages of Color #dab83e
Complementary Color
#dab83e | #3e60da |
#dab83e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab83e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab83e Color CSS Codes
.mybgcolor {background-color:#dab83e; } .myforecolor {color:#dab83e; } .mybordercolor {border:3px solid #dab83e; }
#dab83e Text Font Color
<p style="color:#dab83e">Text here</p>
This sample text font color is #dab83e
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.
#dab83e Background Color
<div style="background-color:#dab83e">
Div content here</div>
This div background color is #dab83e
#dab83e Border Color
<div style="border:3px solid #dab83e">
Div here</div>
This div border color is #dab83e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,184,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab83e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab83e; -webkit-box-shadow: 1px 1px 3px 2px #dab83e; box-shadow: 1px 1px 3px 2px #dab83e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,184,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab83e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab83e; -webkit-box-shadow: 1px 1px 3px 2px #dab83e; box-shadow: 1px 1px 3px 2px #dab83e;">
Div content here</div>
This div box has shadow with color #dab83e
Comments
No comments written yet.
Please login to write comment.