Color Hex Logo

#aab91e Color Hex

#AAB91E
(170,185,30)
0 Favorites   0 Comments

Color spaces of #aab91e

RGB 17018530
HSL0.180.720.42
HSV66°84°73°
CMYK 0.080.000.84   0.27
XYZ34.160943.33777.7928
Yxy43.33770.40050.5081
Hunter Lab65.8314-22.578539.0635
CIE-Lab71.7836-22.882468.3135

#aab91e color RGB value is (170,185,30).

#aab91e hex color red value is 170, green value is 185 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aab91e hue: 0.18 , saturation: 0.72 and the lightness value of aab91e is 0.42.

The process color (four color CMYK) of #aab91e color hex is 0.08, 0.00, 0.84, 0.27. Web safe color of #aab91e is #99cc33. Color #aab91e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 00011110
Octal 252 271 36
Decimal 170 185 30
Hex AA B9 1E

RGB Percentages of Color #aab91e

%44.16
%48.05
%7.79

CMYK Percentages of Color #aab91e

%8
%0
%84
%27

Triadic Colors of #aab91e

#aab91e #1eaab9 #b91eaa

Analogous Colors of #aab91e

#aab91e #5db91e #b97b1e

Monochromatic Colors of #aab91e

#aab91e

Complementary Color

#aab91e #2d1eb9

#aab91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab91e Color CSS Codes

.mybgcolor {background-color:#aab91e; } 
.myforecolor {color:#aab91e; }
.mybordercolor {border:3px solid #aab91e; }

#aab91e Text Font Color

<p style="color:#aab91e">Text here</p>

This sample text font color is #aab91e
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.


#aab91e Background Color

<div style="background-color:#aab91e">
Div content here</div>

This div background color is #aab91e


#aab91e Border Color

<div style="border:3px solid #aab91e">
Div here</div>

This div border color is #aab91e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,185,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aab91e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aab91e;
  -webkit-box-shadow: 1px 1px 3px 2px #aab91e;
  box-shadow:         1px 1px 3px 2px #aab91e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,185,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 #aab91e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aab91e;
  -webkit-box-shadow: 1px 1px 3px 2px #aab91e;
  box-shadow:         1px 1px 3px 2px #aab91e;">
Div content here</div>

This div box has shadow with color #aab91e


Comments

No comments written yet.

Please login to write comment.