Color Hex Logo

#aac58e Color Hex

#AAC58E
(170,197,142)
0 Favorites   0 Comments

Color spaces of #aac58e

RGB 170197142
HSL0.250.320.66
HSV89°28°77°
CMYK 0.140.000.28   0.23
XYZ41.426350.431533.1420
Yxy50.43150.33140.4035
Hunter Lab71.0151-20.149522.0406
CIE-Lab76.3334-18.892624.6602

#aac58e color RGB value is (170,197,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 10001110
Octal 252 305 216
Decimal 170 197 142
Hex AA C5 8E

RGB Percentages of Color #aac58e

%33.40
%38.70
%27.90

CMYK Percentages of Color #aac58e

%14
%0
%28
%23

Triadic Colors of #aac58e

#aac58e #8eaac5 #c58eaa

Analogous Colors of #aac58e

#aac58e #8fc58e #c5c58e

Monochromatic Colors of #aac58e

#aac58e

Complementary Color

#aac58e #a98ec5

#aac58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac58e Color CSS Codes

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

#aac58e Text Font Color

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

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


#aac58e Background Color

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

This div background color is #aac58e


#aac58e Border Color

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

This div border color is #aac58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac58e


Comments

No comments written yet.

Please login to write comment.