Color Hex Logo

#aeefaa Color Hex

#AEEFAA
(174,239,170)
0 Favorites   0 Comments

Color spaces of #aeefaa

RGB 174239170
HSL0.320.680.80
HSV117°29°94°
CMYK 0.270.000.29   0.06
XYZ55.577873.634049.3137
Yxy73.63400.31130.4125
Hunter Lab85.8103-34.556625.9942
CIE-Lab88.7492-33.394827.0111

#aeefaa color RGB value is (174,239,170).

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

The process color (four color CMYK) of #aeefaa color hex is 0.27, 0.00, 0.29, 0.06. Web safe color of #aeefaa is #99ff99. Color #aeefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10101010
Octal 256 357 252
Decimal 174 239 170
Hex AE EF AA

RGB Percentages of Color #aeefaa

%29.85
%40.99
%29.16

CMYK Percentages of Color #aeefaa

%27
%0
%29
%6

Triadic Colors of #aeefaa

#aeefaa #aaaeef #efaaae

Analogous Colors of #aeefaa

#aeefaa #aaefc9 #d1efaa

Monochromatic Colors of #aeefaa

#aeefaa

Complementary Color

#aeefaa #ebaaef

#aeefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefaa Color CSS Codes

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

#aeefaa Text Font Color

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

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


#aeefaa Background Color

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

This div background color is #aeefaa


#aeefaa Border Color

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

This div border color is #aeefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefaa

#aeefaa Color Palettes


Comments

No comments written yet.

Please login to write comment.