Color Hex Logo

#aab06f Color Hex

#AAB06F
(170,176,111)
0 Favorites   0 Comments

Color spaces of #aab06f

RGB 170176111
HSL0.180.290.56
HSV66°37°69°
CMYK 0.030.000.37   0.31
XYZ34.972140.744421.0602
Yxy40.74440.36140.4210
Hunter Lab63.8313-13.907725.1201
CIE-Lab69.9965-12.387432.6060

#aab06f color RGB value is (170,176,111).

#aab06f hex color red value is 170, green value is 176 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aab06f hue: 0.18 , saturation: 0.29 and the lightness value of aab06f is 0.56.

The process color (four color CMYK) of #aab06f color hex is 0.03, 0.00, 0.37, 0.31. Web safe color of #aab06f is #999966. Color #aab06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 01101111
Octal 252 260 157
Decimal 170 176 111
Hex AA B0 6F

RGB Percentages of Color #aab06f

%37.20
%38.51
%24.29

CMYK Percentages of Color #aab06f

%3
%0
%37
%31

Triadic Colors of #aab06f

#aab06f #6faab0 #b06faa

Analogous Colors of #aab06f

#aab06f #8ab06f #b0966f

Monochromatic Colors of #aab06f

#aab06f

Complementary Color

#aab06f #756fb0

#aab06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab06f Color CSS Codes

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

#aab06f Text Font Color

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

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


#aab06f Background Color

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

This div background color is #aab06f


#aab06f Border Color

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

This div border color is #aab06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab06f


Comments

No comments written yet.

Please login to write comment.