Color Hex Logo

#aaefae Color Hex

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

Color spaces of #aaefae

RGB 170239174
HSL0.340.680.80
HSV123°29°94°
CMYK 0.290.000.27   0.06
XYZ55.084073.335051.2962
Yxy73.33500.30650.4081
Hunter Lab85.6359-35.045324.4302
CIE-Lab88.6072-34.024824.7351

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

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

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

Base Numbers

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

RGB Percentages of Color #aaefae

%29.16
%40.99
%29.85

CMYK Percentages of Color #aaefae

%29
%0
%27
%6

Triadic Colors of #aaefae

#aaefae #aeaaef #efaeaa

Analogous Colors of #aaefae

#aaefae #aaefd1 #c9efaa

Monochromatic Colors of #aaefae

#aaefae

Complementary Color

#aaefae #efaaeb

#aaefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefae Color CSS Codes

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

#aaefae Text Font Color

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

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


#aaefae Background Color

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

This div background color is #aaefae


#aaefae Border Color

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

This div border color is #aaefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefae


Comments

No comments written yet.

Please login to write comment.