Color Hex Logo

#aaefef Color Hex

#AAEFEF
(170,239,239)
0 Favorites   0 Comments

Color spaces of #aaefef

RGB 170239239
HSL0.500.680.80
HSV180°29°94°
CMYK 0.290.000.00   0.06
XYZ63.024176.511093.1077
Yxy76.51100.27090.3289
Hunter Lab87.4706-24.4611-1.8816
CIE-Lab90.0961-21.3043-6.9088

#aaefef color RGB value is (170,239,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11101111
Octal 252 357 357
Decimal 170 239 239
Hex AA EF EF

RGB Percentages of Color #aaefef

%26.23
%36.88
%36.88

CMYK Percentages of Color #aaefef

%29
%0
%0
%6

Triadic Colors of #aaefef

#aaefef #efaaef #efefaa

Analogous Colors of #aaefef

#aaefef #aacdef #aaefcd

Monochromatic Colors of #aaefef

#aaefef

Complementary Color

#aaefef #efaaaa

#aaefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefef Color CSS Codes

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

#aaefef Text Font Color

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

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


#aaefef Background Color

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

This div background color is #aaefef


#aaefef Border Color

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

This div border color is #aaefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefef


Comments

No comments written yet.

Please login to write comment.