Color Hex Logo

#aac58f Color Hex

#AAC58F
(170,197,143)
0 Favorites   0 Comments

Color spaces of #aac58f

RGB 170197143
HSL0.250.320.67
HSV90°27°77°
CMYK 0.140.000.27   0.23
XYZ41.501750.461733.5393
Yxy50.46170.33070.4021
Hunter Lab71.0364-20.028421.7322
CIE-Lab76.3518-18.742124.1565

#aac58f color RGB value is (170,197,143).

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

The process color (four color CMYK) of #aac58f color hex is 0.14, 0.00, 0.27, 0.23. Web safe color of #aac58f is #99cc99. Color #aac58f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 10001111
Octal 252 305 217
Decimal 170 197 143
Hex AA C5 8F

RGB Percentages of Color #aac58f

%33.33
%38.63
%28.04

CMYK Percentages of Color #aac58f

%14
%0
%27
%23

Triadic Colors of #aac58f

#aac58f #8faac5 #c58faa

Analogous Colors of #aac58f

#aac58f #8fc58f #c5c58f

Monochromatic Colors of #aac58f

#aac58f

Complementary Color

#aac58f #aa8fc5

#aac58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac58f Color CSS Codes

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

#aac58f Text Font Color

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

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


#aac58f Background Color

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

This div background color is #aac58f


#aac58f Border Color

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

This div border color is #aac58f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,197,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 #aac58f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac58f


Comments

No comments written yet.

Please login to write comment.