Color Hex Logo

#aac089 Color Hex

#AAC089
(170,192,137)
0 Favorites   0 Comments

Color spaces of #aac089

RGB 170192137
HSL0.230.300.65
HSV84°29°75°
CMYK 0.110.000.29   0.25
XYZ39.942648.051530.8366
Yxy48.05150.33610.4044
Hunter Lab69.3192-18.454622.1483
CIE-Lab74.8574-17.111625.3101

#aac089 color RGB value is (170,192,137).

#aac089 hex color red value is 170, green value is 192 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #aac089 hue: 0.23 , saturation: 0.30 and the lightness value of aac089 is 0.65.

The process color (four color CMYK) of #aac089 color hex is 0.11, 0.00, 0.29, 0.25. Web safe color of #aac089 is #99cc99. Color #aac089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 10001001
Octal 252 300 211
Decimal 170 192 137
Hex AA C0 89

RGB Percentages of Color #aac089

%34.07
%38.48
%27.45

CMYK Percentages of Color #aac089

%11
%0
%29
%25

Triadic Colors of #aac089

#aac089 #89aac0 #c089aa

Analogous Colors of #aac089

#aac089 #8fc089 #c0bb89

Monochromatic Colors of #aac089

#aac089

Complementary Color

#aac089 #9f89c0

#aac089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac089 Color CSS Codes

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

#aac089 Text Font Color

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

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


#aac089 Background Color

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

This div background color is #aac089


#aac089 Border Color

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

This div border color is #aac089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac089


Comments

No comments written yet.

Please login to write comment.