Color Hex Logo

#aafad2 Color Hex

#AAFAD2
(170,250,210)
0 Favorites   0 Comments

Color spaces of #aafad2

RGB 170250210
HSL0.420.890.82
HSV150°32°98°
CMYK 0.320.000.16   0.02
XYZ62.396081.570473.4288
Yxy81.57040.28700.3752
Hunter Lab90.3163-34.735015.0176
CIE-Lab92.3849-32.623311.4830

#aafad2 color RGB value is (170,250,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11010010
Octal 252 372 322
Decimal 170 250 210
Hex AA FA D2

RGB Percentages of Color #aafad2

%26.98
%39.68
%33.33

CMYK Percentages of Color #aafad2

%32
%0
%16
%2

Triadic Colors of #aafad2

#aafad2 #d2aafa #fad2aa

Analogous Colors of #aafad2

#aafad2 #aafafa #aafaaa

Monochromatic Colors of #aafad2

#aafad2

Complementary Color

#aafad2 #faaad2

#aafad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafad2 Color CSS Codes

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

#aafad2 Text Font Color

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

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


#aafad2 Background Color

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

This div background color is #aafad2


#aafad2 Border Color

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

This div border color is #aafad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafad2


Comments

No comments written yet.

Please login to write comment.