Color Hex Logo

#abfa2f Color Hex

#ABFA2F
(171,250,47)
0 Favorites   0 Comments

Color spaces of #abfa2f

RGB 17125047
HSL0.230.950.58
HSV83°81°98°
CMYK 0.320.000.81   0.02
XYZ51.493377.234414.8831
Yxy77.23440.35860.5378
Hunter Lab87.8831-49.207051.4773
CIE-Lab90.4294-51.141280.4743

#abfa2f color RGB value is (171,250,47).

#abfa2f hex color red value is 171, green value is 250 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #abfa2f hue: 0.23 , saturation: 0.95 and the lightness value of abfa2f is 0.58.

The process color (four color CMYK) of #abfa2f color hex is 0.32, 0.00, 0.81, 0.02. Web safe color of #abfa2f is #99ff33. Color #abfa2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 00101111
Octal 253 372 57
Decimal 171 250 47
Hex AB FA 2F

RGB Percentages of Color #abfa2f

%36.54
%53.42
%10.04

CMYK Percentages of Color #abfa2f

%32
%0
%81
%2

Triadic Colors of #abfa2f

#abfa2f #2fabfa #fa2fab

Analogous Colors of #abfa2f

#abfa2f #46fa2f #fae42f

Monochromatic Colors of #abfa2f

#abfa2f

Complementary Color

#abfa2f #7e2ffa

#abfa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa2f Color CSS Codes

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

#abfa2f Text Font Color

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

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


#abfa2f Background Color

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

This div background color is #abfa2f


#abfa2f Border Color

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

This div border color is #abfa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa2f


Comments

No comments written yet.

Please login to write comment.