color codes Logo

#aaf8fd color codes

#AAF8FD
(170,248,253)
0 Favorites   0 Comments

Color spaces of #aaf8fd

RGB 170248253
HSL0.510.950.83
HSV184°33°99°
CMYK 0.330.020.00   0.01
XYZ67.874682.7727105.3279
Yxy82.77270.26520.3234
Hunter Lab90.9795-26.0455-4.9550
CIE-Lab92.9148-22.5441-10.0150

#aaf8fd color RGB value is (170,248,253).

#aaf8fd hex color red value is 170, green value is 248 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aaf8fd hue: 0.51 , saturation: 0.95 and the lightness value of aaf8fd is 0.83.

The process color (four color CMYK) of #aaf8fd color code is 0.33, 0.02, 0.00, 0.01. Web safe color of #aaf8fd is #99ffff. Color #aaf8fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 11111101
Octal 252 370 375
Decimal 170 248 253
Hex AA F8 FD

RGB Percentages of Color #aaf8fd

%25.34
%36.96
%37.70

CMYK Percentages of Color #aaf8fd

%33
%2
%0
%1

Triadic Colors of #aaf8fd

#aaf8fd #fdaaf8 #f8fdaa

Analogous Colors of #aaf8fd

#aaf8fd #aacffd #aafdd9

Monochromatic Colors of #aaf8fd

#aaf8fd

Complementary Color

#aaf8fd #fdafaa

#aaf8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf8fd Color CSS Codes

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

#aaf8fd Text Font Color

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

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


#aaf8fd Background Color

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

This div background color is #aaf8fd


#aaf8fd Border Color

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

This div border color is #aaf8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf8fd

Related Colors


Comments

No comments written yet.

Please login to write comment.