Color Hex Logo

#abf9aa Color Hex

#ABF9AA
(171,249,170)
0 Favorites   0 Comments

Color spaces of #abf9aa

RGB 171249170
HSL0.330.870.82
HSV119°32°98°
CMYK 0.310.000.32   0.02
XYZ57.926079.311650.2859
Yxy79.31160.30890.4229
Hunter Lab89.0571-39.746928.8620
CIE-Lab91.3751-38.905830.5357

#abf9aa color RGB value is (171,249,170).

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

The process color (four color CMYK) of #abf9aa color hex is 0.31, 0.00, 0.32, 0.02. Web safe color of #abf9aa is #99ff99. Color #abf9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 10101010
Octal 253 371 252
Decimal 171 249 170
Hex AB F9 AA

RGB Percentages of Color #abf9aa

%28.98
%42.20
%28.81

CMYK Percentages of Color #abf9aa

%31
%0
%32
%2

Triadic Colors of #abf9aa

#abf9aa #aaabf9 #f9aaab

Analogous Colors of #abf9aa

#abf9aa #aaf9d1 #d3f9aa

Monochromatic Colors of #abf9aa

#abf9aa

Complementary Color

#abf9aa #f8aaf9

#abf9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf9aa Color CSS Codes

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

#abf9aa Text Font Color

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

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


#abf9aa Background Color

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

This div background color is #abf9aa


#abf9aa Border Color

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

This div border color is #abf9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf9aa


Comments

No comments written yet.

Please login to write comment.