Color Hex Logo

#aac07a Color Hex

#AAC07A
(170,192,122)
0 Favorites   0 Comments

Color spaces of #aac07a

RGB 170192122
HSL0.220.360.62
HSV79°36°75°
CMYK 0.110.000.36   0.25
XYZ38.940147.650525.5575
Yxy47.65050.34720.4249
Hunter Lab69.0293-20.107826.3689
CIE-Lab74.6040-19.179032.8419

#aac07a color RGB value is (170,192,122).

#aac07a hex color red value is 170, green value is 192 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aac07a hue: 0.22 , saturation: 0.36 and the lightness value of aac07a is 0.62.

The process color (four color CMYK) of #aac07a color hex is 0.11, 0.00, 0.36, 0.25. Web safe color of #aac07a is #99cc66. Color #aac07a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01111010
Octal 252 300 172
Decimal 170 192 122
Hex AA C0 7A

RGB Percentages of Color #aac07a

%35.12
%39.67
%25.21

CMYK Percentages of Color #aac07a

%11
%0
%36
%25

Triadic Colors of #aac07a

#aac07a #7aaac0 #c07aaa

Analogous Colors of #aac07a

#aac07a #87c07a #c0b37a

Monochromatic Colors of #aac07a

#aac07a

Complementary Color

#aac07a #907ac0

#aac07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac07a Color CSS Codes

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

#aac07a Text Font Color

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

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


#aac07a Background Color

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

This div background color is #aac07a


#aac07a Border Color

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

This div border color is #aac07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac07a


Comments

No comments written yet.

Please login to write comment.