Color Hex Logo

#aace5a Color Hex

#AACE5A
(170,206,90)
0 Favorites   0 Comments

Color spaces of #aace5a

RGB 17020690
HSL0.220.540.58
HSV79°56°81°
CMYK 0.170.000.56   0.19
XYZ40.494353.426817.8510
Yxy53.42680.36230.4780
Hunter Lab73.0936-29.023836.6857
CIE-Lab78.1263-29.485452.8246

#aace5a color RGB value is (170,206,90).

#aace5a hex color red value is 170, green value is 206 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aace5a hue: 0.22 , saturation: 0.54 and the lightness value of aace5a is 0.58.

The process color (four color CMYK) of #aace5a color hex is 0.17, 0.00, 0.56, 0.19. Web safe color of #aace5a is #99cc66. Color #aace5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 01011010
Octal 252 316 132
Decimal 170 206 90
Hex AA CE 5A

RGB Percentages of Color #aace5a

%36.48
%44.21
%19.31

CMYK Percentages of Color #aace5a

%17
%0
%56
%19

Triadic Colors of #aace5a

#aace5a #5aaace #ce5aaa

Analogous Colors of #aace5a

#aace5a #70ce5a #ceb85a

Monochromatic Colors of #aace5a

#aace5a

Complementary Color

#aace5a #7e5ace

#aace5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace5a Color CSS Codes

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

#aace5a Text Font Color

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

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


#aace5a Background Color

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

This div background color is #aace5a


#aace5a Border Color

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

This div border color is #aace5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace5a


Comments

No comments written yet.

Please login to write comment.