Color Hex Logo

#aace91 Color Hex

#AACE91
(170,206,145)
0 Favorites   0 Comments

Color spaces of #aace91

RGB 170206145
HSL0.270.380.69
HSV95°30°81°
CMYK 0.170.000.30   0.19
XYZ43.759754.733035.0462
Yxy54.73300.32770.4099
Hunter Lab73.9818-23.886523.7007
CIE-Lab78.8872-22.912526.5346

#aace91 color RGB value is (170,206,145).

#aace91 hex color red value is 170, green value is 206 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aace91 hue: 0.27 , saturation: 0.38 and the lightness value of aace91 is 0.69.

The process color (four color CMYK) of #aace91 color hex is 0.17, 0.00, 0.30, 0.19. Web safe color of #aace91 is #99cc99. Color #aace91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10010001
Octal 252 316 221
Decimal 170 206 145
Hex AA CE 91

RGB Percentages of Color #aace91

%32.63
%39.54
%27.83

CMYK Percentages of Color #aace91

%17
%0
%30
%19

Triadic Colors of #aace91

#aace91 #91aace #ce91aa

Analogous Colors of #aace91

#aace91 #91ce97 #c9ce91

Monochromatic Colors of #aace91

#aace91

Complementary Color

#aace91 #b591ce

#aace91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace91 Color CSS Codes

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

#aace91 Text Font Color

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

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


#aace91 Background Color

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

This div background color is #aace91


#aace91 Border Color

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

This div border color is #aace91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace91


Comments

No comments written yet.

Please login to write comment.