Color Hex Logo

#aafdfc Color Hex

#AAFDFC
(170,253,252)
0 Favorites   0 Comments

Color spaces of #aafdfc

RGB 170253252
HSL0.500.950.83
HSV179°33°99°
CMYK 0.330.000.00   0.01
XYZ69.273585.8249105.0102
Yxy85.82490.26630.3300
Hunter Lab92.6417-28.6484-2.3565
CIE-Lab94.2374-25.1955-7.5355

#aafdfc color RGB value is (170,253,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11111100
Octal 252 375 374
Decimal 170 253 252
Hex AA FD FC

RGB Percentages of Color #aafdfc

%25.19
%37.48
%37.33

CMYK Percentages of Color #aafdfc

%33
%0
%0
%1

Triadic Colors of #aafdfc

#aafdfc #fcaafd #fdfcaa

Analogous Colors of #aafdfc

#aafdfc #aad5fd #aafdd3

Monochromatic Colors of #aafdfc

#aafdfc

Complementary Color

#aafdfc #fdaaab

#aafdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdfc Color CSS Codes

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

#aafdfc Text Font Color

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

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


#aafdfc Background Color

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

This div background color is #aafdfc


#aafdfc Border Color

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

This div border color is #aafdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.