Color Hex Logo

#aac59e Color Hex

#AAC59E
(170,197,158)
0 Favorites   0 Comments

Color spaces of #aac59e

RGB 170197158
HSL0.280.250.70
HSV102°20°77°
CMYK 0.140.000.20   0.23
XYZ42.715450.947239.9302
Yxy50.94720.31970.3814
Hunter Lab71.3773-18.087816.7958
CIE-Lab76.6470-16.352416.5799

#aac59e color RGB value is (170,197,158).

#aac59e hex color red value is 170, green value is 197 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aac59e hue: 0.28 , saturation: 0.25 and the lightness value of aac59e is 0.70.

The process color (four color CMYK) of #aac59e color hex is 0.14, 0.00, 0.20, 0.23. Web safe color of #aac59e is #99cc99. Color #aac59e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 10011110
Octal 252 305 236
Decimal 170 197 158
Hex AA C5 9E

RGB Percentages of Color #aac59e

%32.38
%37.52
%30.10

CMYK Percentages of Color #aac59e

%14
%0
%20
%23

Triadic Colors of #aac59e

#aac59e #9eaac5 #c59eaa

Analogous Colors of #aac59e

#aac59e #9ec5a6 #bec59e

Monochromatic Colors of #aac59e

#aac59e

Complementary Color

#aac59e #b99ec5

#aac59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac59e Color CSS Codes

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

#aac59e Text Font Color

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

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


#aac59e Background Color

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

This div background color is #aac59e


#aac59e Border Color

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

This div border color is #aac59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac59e


Comments

No comments written yet.

Please login to write comment.