Color Hex Logo

#aaefea Color Hex

#AAEFEA
(170,239,234)
0 Favorites   0 Comments

Color spaces of #aaefea

RGB 170239234
HSL0.490.680.80
HSV176°29°94°
CMYK 0.290.000.02   0.06
XYZ62.295376.219689.2704
Yxy76.21960.27350.3346
Hunter Lab87.3038-25.41380.4871
CIE-Lab89.9612-22.4102-4.4968

#aaefea color RGB value is (170,239,234).

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

The process color (four color CMYK) of #aaefea color hex is 0.29, 0.00, 0.02, 0.06. Web safe color of #aaefea is #99ffff. Color #aaefea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11101010
Octal 252 357 352
Decimal 170 239 234
Hex AA EF EA

RGB Percentages of Color #aaefea

%26.44
%37.17
%36.39

CMYK Percentages of Color #aaefea

%29
%0
%2
%6

Triadic Colors of #aaefea

#aaefea #eaaaef #efeaaa

Analogous Colors of #aaefea

#aaefea #aad2ef #aaefc8

Monochromatic Colors of #aaefea

#aaefea

Complementary Color

#aaefea #efaaaf

#aaefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefea Color CSS Codes

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

#aaefea Text Font Color

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

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


#aaefea Background Color

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

This div background color is #aaefea


#aaefea Border Color

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

This div border color is #aaefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefea


Comments

No comments written yet.

Please login to write comment.