Color Hex Logo

#aaf0fa Color Hex

#AAF0FA
(170,240,250)
0 Favorites   0 Comments

Color spaces of #aaf0fa

RGB 170240250
HSL0.520.890.82
HSV188°32°98°
CMYK 0.320.040.00   0.02
XYZ64.993077.7684102.0278
Yxy77.76840.26550.3177
Hunter Lab88.1864-22.7724-6.8655
CIE-Lab90.6741-19.3021-11.7905

#aaf0fa color RGB value is (170,240,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 11111010
Octal 252 360 372
Decimal 170 240 250
Hex AA F0 FA

RGB Percentages of Color #aaf0fa

%25.76
%36.36
%37.88

CMYK Percentages of Color #aaf0fa

%32
%4
%0
%2

Triadic Colors of #aaf0fa

#aaf0fa #faaaf0 #f0faaa

Analogous Colors of #aaf0fa

#aaf0fa #aac8fa #aafadc

Monochromatic Colors of #aaf0fa

#aaf0fa

Complementary Color

#aaf0fa #fab4aa

#aaf0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf0fa Color CSS Codes

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

#aaf0fa Text Font Color

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

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


#aaf0fa Background Color

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

This div background color is #aaf0fa


#aaf0fa Border Color

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

This div border color is #aaf0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.