Color Hex Logo

#aab35a Color Hex

#AAB35A
(170,179,90)
0 Favorites   0 Comments

Color spaces of #aab35a

RGB 17017990
HSL0.180.370.53
HSV66°50°70°
CMYK 0.050.000.50   0.30
XYZ34.543141.524415.8673
Yxy41.52440.37570.4517
Hunter Lab64.4394-17.083130.5083
CIE-Lab70.5418-16.208943.9626

#aab35a color RGB value is (170,179,90).

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

The process color (four color CMYK) of #aab35a color hex is 0.05, 0.00, 0.50, 0.30. Web safe color of #aab35a is #99cc66. Color #aab35a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01011010
Octal 252 263 132
Decimal 170 179 90
Hex AA B3 5A

RGB Percentages of Color #aab35a

%38.72
%40.77
%20.50

CMYK Percentages of Color #aab35a

%5
%0
%50
%30

Triadic Colors of #aab35a

#aab35a #5aaab3 #b35aaa

Analogous Colors of #aab35a

#aab35a #7eb35a #b3905a

Monochromatic Colors of #aab35a

#aab35a

Complementary Color

#aab35a #635ab3

#aab35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab35a Color CSS Codes

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

#aab35a Text Font Color

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

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


#aab35a Background Color

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

This div background color is #aab35a


#aab35a Border Color

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

This div border color is #aab35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab35a


Comments

No comments written yet.

Please login to write comment.