Color Hex Logo

#aac07c Color Hex

#AAC07C
(170,192,124)
0 Favorites   0 Comments

Color spaces of #aac07c

RGB 170192124
HSL0.220.350.62
HSV79°35°75°
CMYK 0.110.000.35   0.25
XYZ39.065347.700626.2170
Yxy47.70060.34580.4222
Hunter Lab69.0656-19.900625.8397
CIE-Lab74.6357-18.918331.8444

#aac07c color RGB value is (170,192,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01111100
Octal 252 300 174
Decimal 170 192 124
Hex AA C0 7C

RGB Percentages of Color #aac07c

%34.98
%39.51
%25.51

CMYK Percentages of Color #aac07c

%11
%0
%35
%25

Triadic Colors of #aac07c

#aac07c #7caac0 #c07caa

Analogous Colors of #aac07c

#aac07c #88c07c #c0b47c

Monochromatic Colors of #aac07c

#aac07c

Complementary Color

#aac07c #927cc0

#aac07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac07c Color CSS Codes

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

#aac07c Text Font Color

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

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


#aac07c Background Color

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

This div background color is #aac07c


#aac07c Border Color

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

This div border color is #aac07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac07c


Comments

No comments written yet.

Please login to write comment.