Color Hex Logo

#aaf9fd Color Hex

#AAF9FD
(170,249,253)
1 Favorites   0 Comments

Color spaces of #aaf9fd

RGB 170249253
HSL0.510.950.83
HSV183°33°99°
CMYK 0.330.020.00   0.01
XYZ68.182983.3893105.4306
Yxy83.38930.26530.3245
Hunter Lab91.3177-26.5280-4.5307
CIE-Lab93.1846-23.0313-9.6141

#aaf9fd color RGB value is (170,249,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 11111101
Octal 252 371 375
Decimal 170 249 253
Hex AA F9 FD

RGB Percentages of Color #aaf9fd

%25.30
%37.05
%37.65

CMYK Percentages of Color #aaf9fd

%33
%2
%0
%1

Triadic Colors of #aaf9fd

#aaf9fd #fdaaf9 #f9fdaa

Analogous Colors of #aaf9fd

#aaf9fd #aad0fd #aafdd8

Monochromatic Colors of #aaf9fd

#aaf9fd

Complementary Color

#aaf9fd #fdaeaa

#aaf9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf9fd Color CSS Codes

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

#aaf9fd Text Font Color

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

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


#aaf9fd Background Color

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

This div background color is #aaf9fd


#aaf9fd Border Color

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

This div border color is #aaf9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf9fd


Comments

No comments written yet.

Please login to write comment.