Color Hex Logo

#aafaf9 Color Hex

#AAFAF9
(170,250,249)
0 Favorites   0 Comments

Color spaces of #aafaf9

RGB 170250249
HSL0.500.890.82
HSV179°32°98°
CMYK 0.320.000.00   0.02
XYZ67.862183.7568102.2125
Yxy83.75680.26740.3300
Hunter Lab91.5187-27.7982-2.1548
CIE-Lab93.3448-24.4247-7.3040

#aafaf9 color RGB value is (170,250,249).

#aafaf9 hex color red value is 170, green value is 250 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #aafaf9 hue: 0.50 , saturation: 0.89 and the lightness value of aafaf9 is 0.82.

The process color (four color CMYK) of #aafaf9 color hex is 0.32, 0.00, 0.00, 0.02. Web safe color of #aafaf9 is #99ffff. Color #aafaf9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11111001
Octal 252 372 371
Decimal 170 250 249
Hex AA FA F9

RGB Percentages of Color #aafaf9

%25.41
%37.37
%37.22

CMYK Percentages of Color #aafaf9

%32
%0
%0
%2

Triadic Colors of #aafaf9

#aafaf9 #f9aafa #faf9aa

Analogous Colors of #aafaf9

#aafaf9 #aad3fa #aafad1

Monochromatic Colors of #aafaf9

#aafaf9

Complementary Color

#aafaf9 #faaaab

#aafaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafaf9 Color CSS Codes

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

#aafaf9 Text Font Color

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

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


#aafaf9 Background Color

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

This div background color is #aafaf9


#aafaf9 Border Color

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

This div border color is #aafaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafaf9

Related Colors


Comments

No comments written yet.

Please login to write comment.