Color Hex Logo

#aafffb Color Hex

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

Color spaces of #aafffb

RGB 170255251
HSL0.491.000.83
HSV177°33°100°
CMYK 0.330.000.02   0.00
XYZ69.750287.0311104.3892
Yxy87.03110.26710.3332
Hunter Lab93.2905-29.7997-1.0404
CIE-Lab94.7515-26.3814-6.2590

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

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

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

Base Numbers

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

RGB Percentages of Color #aafffb

%25.15
%37.72
%37.13

CMYK Percentages of Color #aafffb

%33
%0
%2
%0

Triadic Colors of #aafffb

#aafffb #fbaaff #fffbaa

Analogous Colors of #aafffb

#aafffb #aad9ff #aaffd1

Monochromatic Colors of #aafffb

#aafffb

Complementary Color

#aafffb #ffaaae

#aafffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafffb Color CSS Codes

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

#aafffb Text Font Color

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

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


#aafffb Background Color

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

This div background color is #aafffb


#aafffb Border Color

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

This div border color is #aafffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafffb

Related Colors


Comments

No comments written yet.

Please login to write comment.