Color Hex Logo

#abf20a Color Hex

#ABF20A
(171,242,10)
0 Favorites   0 Comments

Color spaces of #abf20a

RGB 17124210
HSL0.220.920.49
HSV78°96°95°
CMYK 0.290.000.96   0.05
XYZ48.601572.184111.6585
Yxy72.18410.36700.5450
Hunter Lab84.9612-46.572451.3370
CIE-Lab88.0571-48.693684.4379

#abf20a color RGB value is (171,242,10).

#abf20a hex color red value is 171, green value is 242 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #abf20a hue: 0.22 , saturation: 0.92 and the lightness value of abf20a is 0.49.

The process color (four color CMYK) of #abf20a color hex is 0.29, 0.00, 0.96, 0.05. Web safe color of #abf20a is #99ff00. Color #abf20a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 00001010
Octal 253 362 12
Decimal 171 242 10
Hex AB F2 A

RGB Percentages of Color #abf20a

%40.43
%57.21
%2.36

CMYK Percentages of Color #abf20a

%29
%0
%96
%5

Triadic Colors of #abf20a

#abf20a #0aabf2 #f20aab

Analogous Colors of #abf20a

#abf20a #37f20a #f2c50a

Monochromatic Colors of #abf20a

#abf20a

Complementary Color

#abf20a #510af2

#abf20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf20a Color CSS Codes

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

#abf20a Text Font Color

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

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


#abf20a Background Color

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

This div background color is #abf20a


#abf20a Border Color

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

This div border color is #abf20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf20a


Comments

No comments written yet.

Please login to write comment.