Color Hex Logo

#aafffc Color Hex

#AAFFFC
(170,255,252)
0 Favorites   0 Comments

Color spaces of #aafffc

RGB 170255252
HSL0.491.000.83
HSV178°33°100°
CMYK 0.330.000.01   0.00
XYZ69.908387.0943105.2218
Yxy87.09430.26660.3321
Hunter Lab93.3243-29.6050-1.5216
CIE-Lab94.7783-26.1564-6.7357

#aafffc color RGB value is (170,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11111100
Octal 252 377 374
Decimal 170 255 252
Hex AA FF FC

RGB Percentages of Color #aafffc

%25.11
%37.67
%37.22

CMYK Percentages of Color #aafffc

%33
%0
%1
%0

Triadic Colors of #aafffc

#aafffc #fcaaff #fffcaa

Analogous Colors of #aafffc

#aafffc #aad8ff #aaffd2

Monochromatic Colors of #aafffc

#aafffc

Complementary Color

#aafffc #ffaaad

#aafffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafffc Color CSS Codes

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

#aafffc Text Font Color

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

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


#aafffc Background Color

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

This div background color is #aafffc


#aafffc Border Color

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

This div border color is #aafffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafffc

Related Colors


Comments

No comments written yet.

Please login to write comment.