Color Hex Logo

#aaeff2 Color Hex

#AAEFF2
(170,239,242)
0 Favorites   0 Comments

Color spaces of #aaeff2

RGB 170239242
HSL0.510.730.81
HSV183°30°95°
CMYK 0.300.010.00   0.05
XYZ63.471176.689995.4617
Yxy76.68990.26940.3255
Hunter Lab87.5728-23.8789-3.3302
CIE-Lab90.1787-20.6321-8.3529

#aaeff2 color RGB value is (170,239,242).

#aaeff2 hex color red value is 170, green value is 239 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #aaeff2 hue: 0.51 , saturation: 0.73 and the lightness value of aaeff2 is 0.81.

The process color (four color CMYK) of #aaeff2 color hex is 0.30, 0.01, 0.00, 0.05. Web safe color of #aaeff2 is #99ffff. Color #aaeff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11110010
Octal 252 357 362
Decimal 170 239 242
Hex AA EF F2

RGB Percentages of Color #aaeff2

%26.11
%36.71
%37.17

CMYK Percentages of Color #aaeff2

%30
%1
%0
%5

Triadic Colors of #aaeff2

#aaeff2 #f2aaef #eff2aa

Analogous Colors of #aaeff2

#aaeff2 #aacbf2 #aaf2d1

Monochromatic Colors of #aaeff2

#aaeff2

Complementary Color

#aaeff2 #f2adaa

#aaeff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeff2 Color CSS Codes

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

#aaeff2 Text Font Color

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

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


#aaeff2 Background Color

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

This div background color is #aaeff2


#aaeff2 Border Color

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

This div border color is #aaeff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeff2


Comments

No comments written yet.

Please login to write comment.