Color Hex Logo

#aac86f Color Hex

#AAC86F
(170,200,111)
0 Favorites   0 Comments

Color spaces of #aac86f

RGB 170200111
HSL0.220.450.61
HSV80°45°78°
CMYK 0.150.000.45   0.22
XYZ40.101151.002322.7698
Yxy51.00230.35220.4479
Hunter Lab71.4159-24.747431.0875
CIE-Lab76.6804-24.474741.0813

#aac86f color RGB value is (170,200,111).

#aac86f hex color red value is 170, green value is 200 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aac86f hue: 0.22 , saturation: 0.45 and the lightness value of aac86f is 0.61.

The process color (four color CMYK) of #aac86f color hex is 0.15, 0.00, 0.45, 0.22. Web safe color of #aac86f is #99cc66. Color #aac86f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 01101111
Octal 252 310 157
Decimal 170 200 111
Hex AA C8 6F

RGB Percentages of Color #aac86f

%35.34
%41.58
%23.08

CMYK Percentages of Color #aac86f

%15
%0
%45
%22

Triadic Colors of #aac86f

#aac86f #6faac8 #c86faa

Analogous Colors of #aac86f

#aac86f #7ec86f #c8ba6f

Monochromatic Colors of #aac86f

#aac86f

Complementary Color

#aac86f #8d6fc8

#aac86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac86f Color CSS Codes

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

#aac86f Text Font Color

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

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


#aac86f Background Color

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

This div background color is #aac86f


#aac86f Border Color

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

This div border color is #aac86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac86f


Comments

No comments written yet.

Please login to write comment.