Color Hex Logo

#aabd5a Color Hex

#AABD5A
(170,189,90)
0 Favorites   0 Comments

Color spaces of #aabd5a

RGB 17018990
HSL0.200.430.55
HSV72°52°74°
CMYK 0.100.000.52   0.26
XYZ36.620645.679416.5598
Yxy45.67940.37040.4621
Hunter Lab67.5865-21.559332.7836
CIE-Lab73.3370-21.242947.2727

#aabd5a color RGB value is (170,189,90).

#aabd5a hex color red value is 170, green value is 189 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aabd5a hue: 0.20 , saturation: 0.43 and the lightness value of aabd5a is 0.55.

The process color (four color CMYK) of #aabd5a color hex is 0.10, 0.00, 0.52, 0.26. Web safe color of #aabd5a is #99cc66. Color #aabd5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 01011010
Octal 252 275 132
Decimal 170 189 90
Hex AA BD 5A

RGB Percentages of Color #aabd5a

%37.86
%42.09
%20.04

CMYK Percentages of Color #aabd5a

%10
%0
%52
%26

Triadic Colors of #aabd5a

#aabd5a #5aaabd #bd5aaa

Analogous Colors of #aabd5a

#aabd5a #79bd5a #bd9f5a

Monochromatic Colors of #aabd5a

#aabd5a

Complementary Color

#aabd5a #6d5abd

#aabd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd5a Color CSS Codes

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

#aabd5a Text Font Color

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

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


#aabd5a Background Color

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

This div background color is #aabd5a


#aabd5a Border Color

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

This div border color is #aabd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd5a


Comments

No comments written yet.

Please login to write comment.