Color Hex Logo

#aab45b Color Hex

#AAB45B
(170,180,91)
0 Favorites   0 Comments

Color spaces of #aab45b

RGB 17018091
HSL0.190.370.53
HSV67°49°71°
CMYK 0.060.000.49   0.29
XYZ34.787141.943916.1600
Yxy41.94390.37450.4515
Hunter Lab64.7641-17.458530.5408
CIE-Lab70.8322-16.622743.8202

#aab45b color RGB value is (170,180,91).

#aab45b hex color red value is 170, green value is 180 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aab45b hue: 0.19 , saturation: 0.37 and the lightness value of aab45b is 0.53.

The process color (four color CMYK) of #aab45b color hex is 0.06, 0.00, 0.49, 0.29. Web safe color of #aab45b is #99cc66. Color #aab45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01011011
Octal 252 264 133
Decimal 170 180 91
Hex AA B4 5B

RGB Percentages of Color #aab45b

%38.55
%40.82
%20.63

CMYK Percentages of Color #aab45b

%6
%0
%49
%29

Triadic Colors of #aab45b

#aab45b #5baab4 #b45baa

Analogous Colors of #aab45b

#aab45b #7eb45b #b4925b

Monochromatic Colors of #aab45b

#aab45b

Complementary Color

#aab45b #655bb4

#aab45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab45b Color CSS Codes

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

#aab45b Text Font Color

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

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


#aab45b Background Color

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

This div background color is #aab45b


#aab45b Border Color

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

This div border color is #aab45b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,180,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aab45b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab45b


Comments

No comments written yet.

Please login to write comment.