Color spaces of #aaba1e
RGB | 170 | 186 | 30 |
---|---|---|---|
HSL | 0.18 | 0.72 | 0.42 |
HSV | 66° | 84° | 73° |
CMYK | 0.09 | 0.00 | 0.84 0.27 |
XYZ | 34.3708 | 43.7576 | 7.8628 |
Yxy | 43.7576 | 0.3997 | 0.5089 |
Hunter Lab | 66.1495 | -23.0144 | 39.2572 |
CIE-Lab | 72.0662 | -23.3739 | 68.5528 |
#aaba1e color RGB value is (170,186,30).
#aaba1e hex color red value is 170, green value is 186 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aaba1e hue: 0.18 , saturation: 0.72 and the lightness value of aaba1e is 0.42.
The process color (four color CMYK) of #aaba1e color hex is 0.09, 0.00, 0.84, 0.27. Web safe color of #aaba1e is #99cc33. Color #aaba1e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111010 | 00011110 |
Octal | 252 | 272 | 36 |
Decimal | 170 | 186 | 30 |
Hex | AA | BA | 1E |
Shades of #aaba1e
Tints of #aaba1e
RGB Percentages of Color #aaba1e
CMYK Percentages of Color #aaba1e
Complementary Color
#aaba1e | #2e1eba |
#aaba1e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaba1e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaba1e Color CSS Codes
.mybgcolor {background-color:#aaba1e; } .myforecolor {color:#aaba1e; } .mybordercolor {border:3px solid #aaba1e; }
#aaba1e Text Font Color
<p style="color:#aaba1e">Text here</p>
This sample text font color is #aaba1e
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.
#aaba1e Background Color
<div style="background-color:#aaba1e">
Div content here</div>
This div background color is #aaba1e
#aaba1e Border Color
<div style="border:3px solid #aaba1e">
Div here</div>
This div border color is #aaba1e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,186,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaba1e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaba1e; -webkit-box-shadow: 1px 1px 3px 2px #aaba1e; box-shadow: 1px 1px 3px 2px #aaba1e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,186,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaba1e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaba1e; -webkit-box-shadow: 1px 1px 3px 2px #aaba1e; box-shadow: 1px 1px 3px 2px #aaba1e;">
Div content here</div>
This div box has shadow with color #aaba1e
Comments
No comments written yet.
Please login to write comment.