Color Hex Logo

#aaf1ff Color Hex

#AAF1FF
(170,241,255)
0 Favorites   0 Comments

Color spaces of #aaf1ff

RGB 170241255
HSL0.531.000.83
HSV190°33°100°
CMYK 0.330.050.00   0.00
XYZ66.082978.6766106.3109
Yxy78.67660.26320.3134
Hunter Lab88.6998-22.2391-8.9720
CIE-Lab91.0878-18.6364-13.7785

#aaf1ff color RGB value is (170,241,255).

#aaf1ff hex color red value is 170, green value is 241 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aaf1ff hue: 0.53 , saturation: 1.00 and the lightness value of aaf1ff is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 11111111
Octal 252 361 377
Decimal 170 241 255
Hex AA F1 FF

RGB Percentages of Color #aaf1ff

%25.53
%36.19
%38.29

CMYK Percentages of Color #aaf1ff

%33
%5
%0
%0

Triadic Colors of #aaf1ff

#aaf1ff #ffaaf1 #f1ffaa

Analogous Colors of #aaf1ff

#aaf1ff #aac7ff #aaffe3

Monochromatic Colors of #aaf1ff

#aaf1ff

Complementary Color

#aaf1ff #ffb8aa

#aaf1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf1ff Color CSS Codes

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

#aaf1ff Text Font Color

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

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


#aaf1ff Background Color

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

This div background color is #aaf1ff


#aaf1ff Border Color

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

This div border color is #aaf1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.