Color Hex Logo

#aaf2fa Color Hex

#AAF2FA
(170,242,250)
0 Favorites   0 Comments

Color spaces of #aaf2fa

RGB 170242250
HSL0.520.890.82
HSV186°32°98°
CMYK 0.320.030.00   0.02
XYZ65.585078.9524102.2251
Yxy78.95240.26580.3200
Hunter Lab88.8552-23.7437-6.0127
CIE-Lab91.2127-20.2904-10.9879

#aaf2fa color RGB value is (170,242,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 11111010
Octal 252 362 372
Decimal 170 242 250
Hex AA F2 FA

RGB Percentages of Color #aaf2fa

%25.68
%36.56
%37.76

CMYK Percentages of Color #aaf2fa

%32
%3
%0
%2

Triadic Colors of #aaf2fa

#aaf2fa #faaaf2 #f2faaa

Analogous Colors of #aaf2fa

#aaf2fa #aacafa #aafada

Monochromatic Colors of #aaf2fa

#aaf2fa

Complementary Color

#aaf2fa #fab2aa

#aaf2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf2fa Color CSS Codes

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

#aaf2fa Text Font Color

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

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


#aaf2fa Background Color

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

This div background color is #aaf2fa


#aaf2fa Border Color

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

This div border color is #aaf2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf2fa


Comments

No comments written yet.

Please login to write comment.