Color spaces of #aab14d
RGB | 170 | 177 | 77 |
---|---|---|---|
HSL | 0.18 | 0.39 | 0.50 |
HSV | 64° | 56° | 69° |
CMYK | 0.04 | 0.00 | 0.56 0.31 |
XYZ | 33.6393 | 40.5262 | 13.0705 |
Yxy | 40.5262 | 0.3856 | 0.4646 |
Hunter Lab | 63.6602 | -17.0824 | 32.3889 |
CIE-Lab | 69.8427 | -16.3351 | 49.3447 |
#aab14d color RGB value is (170,177,77).
#aab14d hex color red value is 170, green value is 177 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aab14d hue: 0.18 , saturation: 0.39 and the lightness value of aab14d is 0.50.
The process color (four color CMYK) of #aab14d color hex is 0.04, 0.00, 0.56, 0.31. Web safe color of #aab14d is #999966. Color #aab14d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110001 | 01001101 |
Octal | 252 | 261 | 115 |
Decimal | 170 | 177 | 77 |
Hex | AA | B1 | 4D |
Shades of #aab14d
Tints of #aab14d
RGB Percentages of Color #aab14d
CMYK Percentages of Color #aab14d
Complementary Color
#aab14d | #544db1 |
#aab14d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab14d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab14d Color CSS Codes
.mybgcolor {background-color:#aab14d; } .myforecolor {color:#aab14d; } .mybordercolor {border:3px solid #aab14d; }
#aab14d Text Font Color
<p style="color:#aab14d">Text here</p>
This sample text font color is #aab14d
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.
#aab14d Background Color
<div style="background-color:#aab14d">
Div content here</div>
This div background color is #aab14d
#aab14d Border Color
<div style="border:3px solid #aab14d">
Div here</div>
This div border color is #aab14d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,177,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab14d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab14d; -webkit-box-shadow: 1px 1px 3px 2px #aab14d; box-shadow: 1px 1px 3px 2px #aab14d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,177,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab14d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab14d; -webkit-box-shadow: 1px 1px 3px 2px #aab14d; box-shadow: 1px 1px 3px 2px #aab14d;">
Div content here</div>
This div box has shadow with color #aab14d
Comments
No comments written yet.
Please login to write comment.