Color Hex Logo

#aafff6 Color Hex

#AAFFF6
(170,255,246)
0 Favorites   0 Comments

Color spaces of #aafff6

RGB 170255246
HSL0.481.000.83
HSV174°33°100°
CMYK 0.330.000.04   0.00
XYZ68.972186.7199100.2922
Yxy86.71990.26940.3388
Hunter Lab93.1235-30.75981.3323
CIE-Lab94.6193-27.4950-3.8724

#aafff6 color RGB value is (170,255,246).

#aafff6 hex color red value is 170, green value is 255 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #aafff6 hue: 0.48 , saturation: 1.00 and the lightness value of aafff6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11110110
Octal 252 377 366
Decimal 170 255 246
Hex AA FF F6

RGB Percentages of Color #aafff6

%25.34
%38.00
%36.66

CMYK Percentages of Color #aafff6

%33
%0
%4
%0

Triadic Colors of #aafff6

#aafff6 #f6aaff #fff6aa

Analogous Colors of #aafff6

#aafff6 #aadeff #aaffcc

Monochromatic Colors of #aafff6

#aafff6

Complementary Color

#aafff6 #ffaab3

#aafff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafff6 Color CSS Codes

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

#aafff6 Text Font Color

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

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


#aafff6 Background Color

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

This div background color is #aafff6


#aafff6 Border Color

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

This div border color is #aafff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafff6

Related Colors

#aafff6 Color Palettes


Comments

No comments written yet.

Please login to write comment.