Color Hex Logo

#aac88e Color Hex

#AAC88E
(170,200,142)
0 Favorites   0 Comments

Color spaces of #aac88e

RGB 170200142
HSL0.250.350.67
HSV91°29°78°
CMYK 0.150.000.29   0.22
XYZ42.114351.807633.3714
Yxy51.80760.33080.4070
Hunter Lab71.9775-21.519622.8952
CIE-Lab77.1656-20.392925.7855

#aac88e color RGB value is (170,200,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 10001110
Octal 252 310 216
Decimal 170 200 142
Hex AA C8 8E

RGB Percentages of Color #aac88e

%33.20
%39.06
%27.73

CMYK Percentages of Color #aac88e

%15
%0
%29
%22

Triadic Colors of #aac88e

#aac88e #8eaac8 #c88eaa

Analogous Colors of #aac88e

#aac88e #8ec88f #c7c88e

Monochromatic Colors of #aac88e

#aac88e

Complementary Color

#aac88e #ac8ec8

#aac88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac88e Color CSS Codes

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

#aac88e Text Font Color

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

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


#aac88e Background Color

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

This div background color is #aac88e


#aac88e Border Color

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

This div border color is #aac88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac88e


Comments

No comments written yet.

Please login to write comment.