Color Hex Logo

#abf4aa Color Hex

#ABF4AA
(171,244,170)
0 Favorites   0 Comments

Color spaces of #abf4aa

RGB 171244170
HSL0.330.770.81
HSV119°30°96°
CMYK 0.300.000.30   0.04
XYZ56.401076.261649.7775
Yxy76.26160.30910.4180
Hunter Lab87.3279-37.539027.3338
CIE-Lab89.9807-36.648628.6542

#abf4aa color RGB value is (171,244,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10101010
Octal 253 364 252
Decimal 171 244 170
Hex AB F4 AA

RGB Percentages of Color #abf4aa

%29.23
%41.71
%29.06

CMYK Percentages of Color #abf4aa

%30
%0
%30
%4

Triadic Colors of #abf4aa

#abf4aa #aaabf4 #f4aaab

Analogous Colors of #abf4aa

#abf4aa #aaf4ce #d0f4aa

Monochromatic Colors of #abf4aa

#abf4aa

Complementary Color

#abf4aa #f3aaf4

#abf4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf4aa Color CSS Codes

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

#abf4aa Text Font Color

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

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


#abf4aa Background Color

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

This div background color is #abf4aa


#abf4aa Border Color

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

This div border color is #abf4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf4aa


Comments

No comments written yet.

Please login to write comment.