Color Hex Logo

#aafbff Color Hex

#AAFBFF
(170,251,255)
0 Favorites   0 Comments

Color spaces of #aafbff

RGB 170251255
HSL0.511.000.83
HSV183°33°100°
CMYK 0.330.020.00   0.00
XYZ69.124784.7604107.3249
Yxy84.76040.26460.3245
Hunter Lab92.0654-27.0928-4.6713
CIE-Lab93.7798-23.5452-9.7660

#aafbff color RGB value is (170,251,255).

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

The process color (four color CMYK) of #aafbff color hex is 0.33, 0.02, 0.00, 0.00. Web safe color of #aafbff is #99ffff. Color #aafbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 11111111
Octal 252 373 377
Decimal 170 251 255
Hex AA FB FF

RGB Percentages of Color #aafbff

%25.15
%37.13
%37.72

CMYK Percentages of Color #aafbff

%33
%2
%0
%0

Triadic Colors of #aafbff

#aafbff #ffaafb #fbffaa

Analogous Colors of #aafbff

#aafbff #aad1ff #aaffd9

Monochromatic Colors of #aafbff

#aafbff

Complementary Color

#aafbff #ffaeaa

#aafbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbff Color CSS Codes

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

#aafbff Text Font Color

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

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


#aafbff Background Color

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

This div background color is #aafbff


#aafbff Border Color

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

This div border color is #aafbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbff


Comments

No comments written yet.

Please login to write comment.