Color Hex Logo

#aac09f Color Hex

#AAC09F
(170,192,159)
0 Favorites   0 Comments

Color spaces of #aac09f

RGB 170192159
HSL0.280.210.69
HSV100°17°75°
CMYK 0.110.000.17   0.25
XYZ41.685248.748540.0132
Yxy48.74850.31960.3737
Hunter Lab69.8201-15.614114.8956
CIE-Lab75.2946-13.627114.1491

#aac09f color RGB value is (170,192,159).

#aac09f hex color red value is 170, green value is 192 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aac09f hue: 0.28 , saturation: 0.21 and the lightness value of aac09f is 0.69.

The process color (four color CMYK) of #aac09f color hex is 0.11, 0.00, 0.17, 0.25. Web safe color of #aac09f is #99cc99. Color #aac09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 10011111
Octal 252 300 237
Decimal 170 192 159
Hex AA C0 9F

RGB Percentages of Color #aac09f

%32.63
%36.85
%30.52

CMYK Percentages of Color #aac09f

%11
%0
%17
%25

Triadic Colors of #aac09f

#aac09f #9faac0 #c09faa

Analogous Colors of #aac09f

#aac09f #9fc0a5 #bbc09f

Monochromatic Colors of #aac09f

#aac09f

Complementary Color

#aac09f #b59fc0

#aac09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac09f Color CSS Codes

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

#aac09f Text Font Color

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

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


#aac09f Background Color

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

This div background color is #aac09f


#aac09f Border Color

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

This div border color is #aac09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac09f


Comments

No comments written yet.

Please login to write comment.