Color Hex Logo

#aae3ac Color Hex

#AAE3AC
(170,227,172)
0 Favorites   0 Comments

Color spaces of #aae3ac

RGB 170227172
HSL0.340.500.78
HSV122°25°89°
CMYK 0.250.000.24   0.11
XYZ51.493066.462849.1444
Yxy66.46280.30820.3977
Hunter Lab81.5247-29.923321.3263
CIE-Lab85.2319-28.739121.1228

#aae3ac color RGB value is (170,227,172).

#aae3ac hex color red value is 170, green value is 227 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aae3ac hue: 0.34 , saturation: 0.50 and the lightness value of aae3ac is 0.78.

The process color (four color CMYK) of #aae3ac color hex is 0.25, 0.00, 0.24, 0.11. Web safe color of #aae3ac is #99cc99. Color #aae3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 10101100
Octal 252 343 254
Decimal 170 227 172
Hex AA E3 AC

RGB Percentages of Color #aae3ac

%29.88
%39.89
%30.23

CMYK Percentages of Color #aae3ac

%25
%0
%24
%11

Triadic Colors of #aae3ac

#aae3ac #acaae3 #e3acaa

Analogous Colors of #aae3ac

#aae3ac #aae3c9 #c5e3aa

Monochromatic Colors of #aae3ac

#aae3ac

Complementary Color

#aae3ac #e3aae1

#aae3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae3ac Color CSS Codes

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

#aae3ac Text Font Color

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

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


#aae3ac Background Color

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

This div background color is #aae3ac


#aae3ac Border Color

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

This div border color is #aae3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae3ac


Comments

No comments written yet.

Please login to write comment.