Color Hex Logo

#aaeefa Color Hex

#AAEEFA
(170,238,250)
0 Favorites   0 Comments

Color spaces of #aaeefa

RGB 170238250
HSL0.530.890.82
HSV189°32°98°
CMYK 0.320.050.00   0.02
XYZ64.407476.5972101.8326
Yxy76.59720.26520.3154
Hunter Lab87.5198-21.7984-7.7223
CIE-Lab90.1359-18.3091-12.5936

#aaeefa color RGB value is (170,238,250).

#aaeefa hex color red value is 170, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aaeefa hue: 0.53 , saturation: 0.89 and the lightness value of aaeefa is 0.82.

The process color (four color CMYK) of #aaeefa color hex is 0.32, 0.05, 0.00, 0.02. Web safe color of #aaeefa is #99ffff. Color #aaeefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11111010
Octal 252 356 372
Decimal 170 238 250
Hex AA EE FA

RGB Percentages of Color #aaeefa

%25.84
%36.17
%37.99

CMYK Percentages of Color #aaeefa

%32
%5
%0
%2

Triadic Colors of #aaeefa

#aaeefa #faaaee #eefaaa

Analogous Colors of #aaeefa

#aaeefa #aac6fa #aafade

Monochromatic Colors of #aaeefa

#aaeefa

Complementary Color

#aaeefa #fab6aa

#aaeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeefa Color CSS Codes

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

#aaeefa Text Font Color

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

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


#aaeefa Background Color

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

This div background color is #aaeefa


#aaeefa Border Color

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

This div border color is #aaeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeefa


Comments

No comments written yet.

Please login to write comment.