Color Hex Logo

#aace7e Color Hex

#AACE7E
(170,206,126)
0 Favorites   0 Comments

Color spaces of #aace7e

RGB 170206126
HSL0.240.450.65
HSV87°39°81°
CMYK 0.170.000.39   0.19
XYZ42.414854.195027.9639
Yxy54.19500.34050.4350
Hunter Lab73.6173-25.986929.0105
CIE-Lab78.5753-25.564535.9325

#aace7e color RGB value is (170,206,126).

#aace7e hex color red value is 170, green value is 206 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aace7e hue: 0.24 , saturation: 0.45 and the lightness value of aace7e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 01111110
Octal 252 316 176
Decimal 170 206 126
Hex AA CE 7E

RGB Percentages of Color #aace7e

%33.86
%41.04
%25.10

CMYK Percentages of Color #aace7e

%17
%0
%39
%19

Triadic Colors of #aace7e

#aace7e #7eaace #ce7eaa

Analogous Colors of #aace7e

#aace7e #82ce7e #ceca7e

Monochromatic Colors of #aace7e

#aace7e

Complementary Color

#aace7e #a27ece

#aace7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace7e Color CSS Codes

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

#aace7e Text Font Color

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

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


#aace7e Background Color

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

This div background color is #aace7e


#aace7e Border Color

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

This div border color is #aace7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace7e


Comments

No comments written yet.

Please login to write comment.