Color Hex Logo

#aac29a Color Hex

#AAC29A
(170,194,154)
0 Favorites   0 Comments

Color spaces of #aac29a

RGB 170194154
HSL0.270.250.68
HSV96°21°76°
CMYK 0.120.000.21   0.24
XYZ41.702149.462737.9212
Yxy49.46270.32310.3832
Hunter Lab70.3297-17.235217.2621
CIE-Lab75.7383-15.488217.4554

#aac29a color RGB value is (170,194,154).

#aac29a hex color red value is 170, green value is 194 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aac29a hue: 0.27 , saturation: 0.25 and the lightness value of aac29a is 0.68.

The process color (four color CMYK) of #aac29a color hex is 0.12, 0.00, 0.21, 0.24. Web safe color of #aac29a is #99cc99. Color #aac29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 10011010
Octal 252 302 232
Decimal 170 194 154
Hex AA C2 9A

RGB Percentages of Color #aac29a

%32.82
%37.45
%29.73

CMYK Percentages of Color #aac29a

%12
%0
%21
%24

Triadic Colors of #aac29a

#aac29a #9aaac2 #c29aaa

Analogous Colors of #aac29a

#aac29a #9ac29e #bec29a

Monochromatic Colors of #aac29a

#aac29a

Complementary Color

#aac29a #b29ac2

#aac29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac29a Color CSS Codes

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

#aac29a Text Font Color

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

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


#aac29a Background Color

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

This div background color is #aac29a


#aac29a Border Color

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

This div border color is #aac29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac29a


Comments

No comments written yet.

Please login to write comment.