Color spaces of #aba33e
RGB | 171 | 163 | 62 |
---|---|---|---|
HSL | 0.15 | 0.47 | 0.46 |
HSV | 56° | 64° | 67° |
CMYK | 0.00 | 0.05 | 0.64 0.33 |
XYZ | 30.7613 | 35.2001 | 9.7304 |
Yxy | 35.2001 | 0.4064 | 0.4650 |
Hunter Lab | 59.3297 | -11.2781 | 31.8069 |
CIE-Lab | 65.9042 | -9.7471 | 51.7970 |
#aba33e color RGB value is (171,163,62).
#aba33e hex color red value is 171, green value is 163 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aba33e hue: 0.15 , saturation: 0.47 and the lightness value of aba33e is 0.46.
The process color (four color CMYK) of #aba33e color hex is 0.00, 0.05, 0.64, 0.33. Web safe color of #aba33e is #999933. Color #aba33e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100011 | 00111110 |
Octal | 253 | 243 | 76 |
Decimal | 171 | 163 | 62 |
Hex | AB | A3 | 3E |
Shades of #aba33e
Tints of #aba33e
RGB Percentages of Color #aba33e
CMYK Percentages of Color #aba33e
Complementary Color
#aba33e | #3e46ab |
#aba33e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba33e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba33e Color CSS Codes
.mybgcolor {background-color:#aba33e; } .myforecolor {color:#aba33e; } .mybordercolor {border:3px solid #aba33e; }
#aba33e Text Font Color
<p style="color:#aba33e">Text here</p>
This sample text font color is #aba33e
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.
#aba33e Background Color
<div style="background-color:#aba33e">
Div content here</div>
This div background color is #aba33e
#aba33e Border Color
<div style="border:3px solid #aba33e">
Div here</div>
This div border color is #aba33e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,163,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba33e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba33e; -webkit-box-shadow: 1px 1px 3px 2px #aba33e; box-shadow: 1px 1px 3px 2px #aba33e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,163,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 #aba33e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba33e; -webkit-box-shadow: 1px 1px 3px 2px #aba33e; box-shadow: 1px 1px 3px 2px #aba33e;">
Div content here</div>
This div box has shadow with color #aba33e
Comments
No comments written yet.
Please login to write comment.