Color Hex Logo

#aaf9fc Color Hex

#AAF9FC
(170,249,252)
0 Favorites   0 Comments

Color spaces of #aaf9fc

RGB 170249252
HSL0.510.930.83
HSV182°33°99°
CMYK 0.330.010.00   0.01
XYZ68.023983.3257104.5937
Yxy83.32570.26580.3256
Hunter Lab91.2829-26.7271-4.0376
CIE-Lab93.1568-23.2598-9.1370

#aaf9fc color RGB value is (170,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 11111100
Octal 252 371 374
Decimal 170 249 252
Hex AA F9 FC

RGB Percentages of Color #aaf9fc

%25.34
%37.11
%37.56

CMYK Percentages of Color #aaf9fc

%33
%1
%0
%1

Triadic Colors of #aaf9fc

#aaf9fc #fcaaf9 #f9fcaa

Analogous Colors of #aaf9fc

#aaf9fc #aad0fc #aafcd6

Monochromatic Colors of #aaf9fc

#aaf9fc

Complementary Color

#aaf9fc #fcadaa

#aaf9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf9fc Color CSS Codes

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

#aaf9fc Text Font Color

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

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


#aaf9fc Background Color

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

This div background color is #aaf9fc


#aaf9fc Border Color

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

This div border color is #aaf9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.