Color Hex Logo

#aaeafa Color Hex

#AAEAFA
(170,234,250)
0 Favorites   0 Comments

Color spaces of #aaeafa

RGB 170234250
HSL0.530.890.82
HSV192°32°98°
CMYK 0.320.060.00   0.02
XYZ63.255774.2938101.4487
Yxy74.29380.26470.3109
Hunter Lab86.1939-19.8422-9.4476
CIE-Lab89.0612-16.3101-14.2005

#aaeafa color RGB value is (170,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11111010
Octal 252 352 372
Decimal 170 234 250
Hex AA EA FA

RGB Percentages of Color #aaeafa

%25.99
%35.78
%38.23

CMYK Percentages of Color #aaeafa

%32
%6
%0
%2

Triadic Colors of #aaeafa

#aaeafa #faaaea #eafaaa

Analogous Colors of #aaeafa

#aaeafa #aac2fa #aafae2

Monochromatic Colors of #aaeafa

#aaeafa

Complementary Color

#aaeafa #fabaaa

#aaeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeafa Color CSS Codes

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

#aaeafa Text Font Color

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

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


#aaeafa Background Color

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

This div background color is #aaeafa


#aaeafa Border Color

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

This div border color is #aaeafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,234,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 #aaeafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeafa


Comments

No comments written yet.

Please login to write comment.