Color Hex Logo

#aab37d Color Hex

#AAB37D
(170,179,125)
0 Favorites   0 Comments

Color spaces of #aab37d

RGB 170179125
HSL0.190.260.60
HSV70°30°70°
CMYK 0.050.000.30   0.30
XYZ36.399342.266925.6419
Yxy42.26690.34900.4052
Hunter Lab65.0130-13.834722.1244
CIE-Lab71.0545-12.139026.5865

#aab37d color RGB value is (170,179,125).

#aab37d hex color red value is 170, green value is 179 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aab37d hue: 0.19 , saturation: 0.26 and the lightness value of aab37d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01111101
Octal 252 263 175
Decimal 170 179 125
Hex AA B3 7D

RGB Percentages of Color #aab37d

%35.86
%37.76
%26.37

CMYK Percentages of Color #aab37d

%5
%0
%30
%30

Triadic Colors of #aab37d

#aab37d #7daab3 #b37daa

Analogous Colors of #aab37d

#aab37d #8fb37d #b3a17d

Monochromatic Colors of #aab37d

#aab37d

Complementary Color

#aab37d #867db3

#aab37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab37d Color CSS Codes

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

#aab37d Text Font Color

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

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


#aab37d Background Color

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

This div background color is #aab37d


#aab37d Border Color

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

This div border color is #aab37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab37d


Comments

No comments written yet.

Please login to write comment.