Color Hex Logo

#aaf7ff Color Hex

#AAF7FF
(170,247,255)
0 Favorites   0 Comments

Color spaces of #aaf7ff

RGB 170247255
HSL0.521.000.83
HSV186°33°100°
CMYK 0.330.030.00   0.00
XYZ67.888382.2876106.9127
Yxy82.28760.26410.3201
Hunter Lab90.7125-25.1594-6.3797
CIE-Lab92.7016-21.5951-11.3696

#aaf7ff color RGB value is (170,247,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 11111111
Octal 252 367 377
Decimal 170 247 255
Hex AA F7 FF

RGB Percentages of Color #aaf7ff

%25.30
%36.76
%37.95

CMYK Percentages of Color #aaf7ff

%33
%3
%0
%0

Triadic Colors of #aaf7ff

#aaf7ff #ffaaf7 #f7ffaa

Analogous Colors of #aaf7ff

#aaf7ff #aacdff #aaffdd

Monochromatic Colors of #aaf7ff

#aaf7ff

Complementary Color

#aaf7ff #ffb2aa

#aaf7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf7ff Color CSS Codes

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

#aaf7ff Text Font Color

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

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


#aaf7ff Background Color

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

This div background color is #aaf7ff


#aaf7ff Border Color

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

This div border color is #aaf7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf7ff


Comments

No comments written yet.

Please login to write comment.