Color Hex Logo

#aab87f Color Hex

#AAB87F
(170,184,127)
0 Favorites   0 Comments

Color spaces of #aab87f

RGB 170184127
HSL0.210.290.61
HSV75°31°72°
CMYK 0.080.000.31   0.28
XYZ37.548844.359326.6618
Yxy44.35930.34580.4086
Hunter Lab66.6028-15.921522.8875
CIE-Lab72.4680-14.448827.4073

#aab87f color RGB value is (170,184,127).

#aab87f hex color red value is 170, green value is 184 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aab87f hue: 0.21 , saturation: 0.29 and the lightness value of aab87f is 0.61.

The process color (four color CMYK) of #aab87f color hex is 0.08, 0.00, 0.31, 0.28. Web safe color of #aab87f is #99cc66. Color #aab87f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01111111
Octal 252 270 177
Decimal 170 184 127
Hex AA B8 7F

RGB Percentages of Color #aab87f

%35.34
%38.25
%26.40

CMYK Percentages of Color #aab87f

%8
%0
%31
%28

Triadic Colors of #aab87f

#aab87f #7faab8 #b87faa

Analogous Colors of #aab87f

#aab87f #8eb87f #b8aa7f

Monochromatic Colors of #aab87f

#aab87f

Complementary Color

#aab87f #8d7fb8

#aab87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab87f Color CSS Codes

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

#aab87f Text Font Color

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

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


#aab87f Background Color

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

This div background color is #aab87f


#aab87f Border Color

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

This div border color is #aab87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab87f


Comments

No comments written yet.

Please login to write comment.