Color Hex Logo

#aac88f Color Hex

#AAC88F
(170,200,143)
1 Favorites   0 Comments

Color spaces of #aac88f

RGB 170200143
HSL0.250.340.67
HSV92°29°78°
CMYK 0.150.000.29   0.22
XYZ42.189851.837833.7687
Yxy51.83780.33010.4056
Hunter Lab71.9985-21.399622.5908
CIE-Lab77.1837-20.243325.2836

#aac88f color RGB value is (170,200,143).

#aac88f hex color red value is 170, green value is 200 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aac88f hue: 0.25 , saturation: 0.34 and the lightness value of aac88f is 0.67.

The process color (four color CMYK) of #aac88f color hex is 0.15, 0.00, 0.29, 0.22. Web safe color of #aac88f is #99cc99. Color #aac88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 10001111
Octal 252 310 217
Decimal 170 200 143
Hex AA C8 8F

RGB Percentages of Color #aac88f

%33.14
%38.99
%27.88

CMYK Percentages of Color #aac88f

%15
%0
%29
%22

Triadic Colors of #aac88f

#aac88f #8faac8 #c88faa

Analogous Colors of #aac88f

#aac88f #8fc891 #c7c88f

Monochromatic Colors of #aac88f

#aac88f

Complementary Color

#aac88f #ad8fc8

#aac88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac88f Color CSS Codes

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

#aac88f Text Font Color

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

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


#aac88f Background Color

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

This div background color is #aac88f


#aac88f Border Color

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

This div border color is #aac88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac88f


Comments

No comments written yet.

Please login to write comment.