Color Hex Logo

#aafaf6 Color Hex

#AAFAF6
(170,250,246)
0 Favorites   0 Comments

Color spaces of #aafaf6

RGB 170250246
HSL0.490.890.82
HSV177°32°98°
CMYK 0.320.000.02   0.02
XYZ67.397783.571199.7674
Yxy83.57110.26880.3333
Hunter Lab91.4172-28.3804-0.7136
CIE-Lab93.2639-25.0978-5.8693

#aafaf6 color RGB value is (170,250,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11110110
Octal 252 372 366
Decimal 170 250 246
Hex AA FA F6

RGB Percentages of Color #aafaf6

%25.53
%37.54
%36.94

CMYK Percentages of Color #aafaf6

%32
%0
%2
%2

Triadic Colors of #aafaf6

#aafaf6 #f6aafa #faf6aa

Analogous Colors of #aafaf6

#aafaf6 #aad6fa #aaface

Monochromatic Colors of #aafaf6

#aafaf6

Complementary Color

#aafaf6 #faaaae

#aafaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafaf6 Color CSS Codes

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

#aafaf6 Text Font Color

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

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


#aafaf6 Background Color

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

This div background color is #aafaf6


#aafaf6 Border Color

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

This div border color is #aafaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafaf6

Related Colors


Comments

No comments written yet.

Please login to write comment.