Color Hex Logo

#aac39f Color Hex

#AAC39F
(170,195,159)
0 Favorites   0 Comments

Color spaces of #aac39f

RGB 170195159
HSL0.280.230.69
HSV102°18°76°
CMYK 0.130.000.18   0.24
XYZ42.350750.079540.2351
Yxy50.07950.31920.3775
Hunter Lab70.7669-17.018015.8270
CIE-Lab76.1180-15.165415.3044

#aac39f color RGB value is (170,195,159).

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

The process color (four color CMYK) of #aac39f color hex is 0.13, 0.00, 0.18, 0.24. Web safe color of #aac39f is #99cc99. Color #aac39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10011111
Octal 252 303 237
Decimal 170 195 159
Hex AA C3 9F

RGB Percentages of Color #aac39f

%32.44
%37.21
%30.34

CMYK Percentages of Color #aac39f

%13
%0
%18
%24

Triadic Colors of #aac39f

#aac39f #9faac3 #c39faa

Analogous Colors of #aac39f

#aac39f #9fc3a6 #bcc39f

Monochromatic Colors of #aac39f

#aac39f

Complementary Color

#aac39f #b89fc3

#aac39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac39f Color CSS Codes

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

#aac39f Text Font Color

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

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


#aac39f Background Color

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

This div background color is #aac39f


#aac39f Border Color

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

This div border color is #aac39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac39f


Comments

No comments written yet.

Please login to write comment.