Color Hex Logo

#abfa4f Color Hex

#ABFA4F
(171,250,79)
0 Favorites   0 Comments

Color spaces of #abfa4f

RGB 17125079
HSL0.240.940.65
HSV88°68°98°
CMYK 0.320.000.68   0.02
XYZ52.391577.593719.6129
Yxy77.59370.35020.5187
Hunter Lab88.0873-47.986748.4600
CIE-Lab90.5942-49.495170.8319

#abfa4f color RGB value is (171,250,79).

#abfa4f hex color red value is 171, green value is 250 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #abfa4f hue: 0.24 , saturation: 0.94 and the lightness value of abfa4f is 0.65.

The process color (four color CMYK) of #abfa4f color hex is 0.32, 0.00, 0.68, 0.02. Web safe color of #abfa4f is #99ff66. Color #abfa4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 01001111
Octal 253 372 117
Decimal 171 250 79
Hex AB FA 4F

RGB Percentages of Color #abfa4f

%34.20
%50.00
%15.80

CMYK Percentages of Color #abfa4f

%32
%0
%68
%2

Triadic Colors of #abfa4f

#abfa4f #4fabfa #fa4fab

Analogous Colors of #abfa4f

#abfa4f #56fa4f #faf44f

Monochromatic Colors of #abfa4f

#abfa4f

Complementary Color

#abfa4f #9e4ffa

#abfa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa4f Color CSS Codes

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

#abfa4f Text Font Color

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

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


#abfa4f Background Color

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

This div background color is #abfa4f


#abfa4f Border Color

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

This div border color is #abfa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa4f

Related Colors


Comments

No comments written yet.

Please login to write comment.