Color Hex Logo

#abf97a Color Hex

#ABF97A
(171,249,122)
0 Favorites   0 Comments

Color spaces of #abf97a

RGB 171249122
HSL0.270.910.73
HSV97°51°98°
CMYK 0.310.000.51   0.02
XYZ54.183177.814430.5763
Yxy77.81440.33330.4786
Hunter Lab88.2125-44.731141.1976
CIE-Lab90.6951-45.309552.9872

#abf97a color RGB value is (171,249,122).

#abf97a hex color red value is 171, green value is 249 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #abf97a hue: 0.27 , saturation: 0.91 and the lightness value of abf97a is 0.73.

The process color (four color CMYK) of #abf97a color hex is 0.31, 0.00, 0.51, 0.02. Web safe color of #abf97a is #99ff66. Color #abf97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 01111010
Octal 253 371 172
Decimal 171 249 122
Hex AB F9 7A

RGB Percentages of Color #abf97a

%31.55
%45.94
%22.51

CMYK Percentages of Color #abf97a

%31
%0
%51
%2

Triadic Colors of #abf97a

#abf97a #7aabf9 #f97aab

Analogous Colors of #abf97a

#abf97a #7af989 #ebf97a

Monochromatic Colors of #abf97a

#abf97a

Complementary Color

#abf97a #c87af9

#abf97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf97a Color CSS Codes

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

#abf97a Text Font Color

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

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


#abf97a Background Color

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

This div background color is #abf97a


#abf97a Border Color

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

This div border color is #abf97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf97a


Comments

No comments written yet.

Please login to write comment.