Color Hex Logo

#abffaa Color Hex

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

Color spaces of #abffaa

RGB 171255170
HSL0.331.000.83
HSV119°33°100°
CMYK 0.330.000.33   0.00
XYZ59.810383.080250.9140
Yxy83.08020.30860.4287
Hunter Lab91.1483-42.380330.6854
CIE-Lab93.0495-41.575632.7817

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

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

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

Base Numbers

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

RGB Percentages of Color #abffaa

%28.69
%42.79
%28.52

CMYK Percentages of Color #abffaa

%33
%0
%33
%0

Triadic Colors of #abffaa

#abffaa #aaabff #ffaaab

Analogous Colors of #abffaa

#abffaa #aaffd4 #d6ffaa

Monochromatic Colors of #abffaa

#abffaa

Complementary Color

#abffaa #feaaff

#abffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffaa Color CSS Codes

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

#abffaa Text Font Color

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

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


#abffaa Background Color

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

This div background color is #abffaa


#abffaa Border Color

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

This div border color is #abffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffaa

Related Colors

#abffaa Color Palettes


Comments

No comments written yet.

Please login to write comment.