Color Hex Logo

#aab45c Color Hex

#AAB45C
(170,180,92)
0 Favorites   0 Comments

Color spaces of #aab45c

RGB 17018092
HSL0.190.370.53
HSV67°49°71°
CMYK 0.060.000.49   0.29
XYZ34.830641.961316.3888
Yxy41.96130.37380.4503
Hunter Lab64.7775-17.382030.3438
CIE-Lab70.8442-16.525443.3435

#aab45c color RGB value is (170,180,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01011100
Octal 252 264 134
Decimal 170 180 92
Hex AA B4 5C

RGB Percentages of Color #aab45c

%38.46
%40.72
%20.81

CMYK Percentages of Color #aab45c

%6
%0
%49
%29

Triadic Colors of #aab45c

#aab45c #5caab4 #b45caa

Analogous Colors of #aab45c

#aab45c #7eb45c #b4925c

Monochromatic Colors of #aab45c

#aab45c

Complementary Color

#aab45c #665cb4

#aab45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab45c Color CSS Codes

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

#aab45c Text Font Color

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

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


#aab45c Background Color

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

This div background color is #aab45c


#aab45c Border Color

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

This div border color is #aab45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab45c


Comments

No comments written yet.

Please login to write comment.