Color Hex Logo

#aee2ac Color Hex

#AEE2AC
(174,226,172)
0 Favorites   0 Comments

Color spaces of #aee2ac

RGB 174226172
HSL0.330.480.78
HSV118°24°89°
CMYK 0.230.000.24   0.11
XYZ52.098366.369949.0945
Yxy66.36990.31090.3961
Hunter Lab81.4677-28.418421.2978
CIE-Lab85.1847-26.944821.0933

#aee2ac color RGB value is (174,226,172).

#aee2ac hex color red value is 174, green value is 226 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aee2ac hue: 0.33 , saturation: 0.48 and the lightness value of aee2ac is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 10101100
Octal 256 342 254
Decimal 174 226 172
Hex AE E2 AC

RGB Percentages of Color #aee2ac

%30.42
%39.51
%30.07

CMYK Percentages of Color #aee2ac

%23
%0
%24
%11

Triadic Colors of #aee2ac

#aee2ac #acaee2 #e2acae

Analogous Colors of #aee2ac

#aee2ac #ace2c5 #c9e2ac

Monochromatic Colors of #aee2ac

#aee2ac

Complementary Color

#aee2ac #e0ace2

#aee2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee2ac Color CSS Codes

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

#aee2ac Text Font Color

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

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


#aee2ac Background Color

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

This div background color is #aee2ac


#aee2ac Border Color

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

This div border color is #aee2ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,226,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 #aee2ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee2ac

#aee2ac Color Palettes


Comments

No comments written yet.

Please login to write comment.