Color Hex Logo

#aaffab Color Hex

#AAFFAB
(170,255,171)
0 Favorites   0 Comments

Color spaces of #aaffab

RGB 170255171
HSL0.341.000.83
HSV121°33°100°
CMYK 0.330.000.33   0.00
XYZ59.688283.006351.4040
Yxy83.00630.30750.4277
Hunter Lab91.1078-42.496530.3234
CIE-Lab93.0172-41.728032.2295

#aaffab color RGB value is (170,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10101011
Octal 252 377 253
Decimal 170 255 171
Hex AA FF AB

RGB Percentages of Color #aaffab

%28.52
%42.79
%28.69

CMYK Percentages of Color #aaffab

%33
%0
%33
%0

Triadic Colors of #aaffab

#aaffab #abaaff #ffabaa

Analogous Colors of #aaffab

#aaffab #aaffd6 #d4ffaa

Monochromatic Colors of #aaffab

#aaffab

Complementary Color

#aaffab #ffaafe

#aaffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffab Color CSS Codes

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

#aaffab Text Font Color

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

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


#aaffab Background Color

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

This div background color is #aaffab


#aaffab Border Color

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

This div border color is #aaffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffab

#aaffab Color Palettes


Comments

No comments written yet.

Please login to write comment.