Color Hex Logo

#aeecaa Color Hex

#AEECAA
(174,236,170)
0 Favorites   0 Comments

Color spaces of #aeecaa

RGB 174236170
HSL0.320.630.80
HSV116°28°93°
CMYK 0.260.000.28   0.07
XYZ54.706771.891949.0234
Yxy71.89190.31150.4094
Hunter Lab84.7891-33.211125.0720
CIE-Lab87.9165-32.001625.8774

#aeecaa color RGB value is (174,236,170).

#aeecaa hex color red value is 174, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aeecaa hue: 0.32 , saturation: 0.63 and the lightness value of aeecaa is 0.80.

The process color (four color CMYK) of #aeecaa color hex is 0.26, 0.00, 0.28, 0.07. Web safe color of #aeecaa is #99ff99. Color #aeecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10101010
Octal 256 354 252
Decimal 174 236 170
Hex AE EC AA

RGB Percentages of Color #aeecaa

%30.00
%40.69
%29.31

CMYK Percentages of Color #aeecaa

%26
%0
%28
%7

Triadic Colors of #aeecaa

#aeecaa #aaaeec #ecaaae

Analogous Colors of #aeecaa

#aeecaa #aaecc7 #cfecaa

Monochromatic Colors of #aeecaa

#aeecaa

Complementary Color

#aeecaa #e8aaec

#aeecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecaa Color CSS Codes

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

#aeecaa Text Font Color

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

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


#aeecaa Background Color

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

This div background color is #aeecaa


#aeecaa Border Color

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

This div border color is #aeecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecaa


Comments

No comments written yet.

Please login to write comment.