Color Hex Logo

#aace6a Color Hex

#AACE6A
(170,206,106)
0 Favorites   0 Comments

Color spaces of #aace6a

RGB 170206106
HSL0.230.510.61
HSV82°49°81°
CMYK 0.170.000.49   0.19
XYZ41.250453.729321.8323
Yxy53.72930.35310.4600
Hunter Lab73.3003-27.823033.6508
CIE-Lab78.3036-27.922445.5321

#aace6a color RGB value is (170,206,106).

#aace6a hex color red value is 170, green value is 206 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aace6a hue: 0.23 , saturation: 0.51 and the lightness value of aace6a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 01101010
Octal 252 316 152
Decimal 170 206 106
Hex AA CE 6A

RGB Percentages of Color #aace6a

%35.27
%42.74
%21.99

CMYK Percentages of Color #aace6a

%17
%0
%49
%19

Triadic Colors of #aace6a

#aace6a #6aaace #ce6aaa

Analogous Colors of #aace6a

#aace6a #78ce6a #cec06a

Monochromatic Colors of #aace6a

#aace6a

Complementary Color

#aace6a #8e6ace

#aace6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace6a Color CSS Codes

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

#aace6a Text Font Color

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

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


#aace6a Background Color

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

This div background color is #aace6a


#aace6a Border Color

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

This div border color is #aace6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace6a


Comments

No comments written yet.

Please login to write comment.