Color Hex Logo

#abf41f Color Hex

#ABF41F
(171,244,31)
0 Favorites   0 Comments

Color spaces of #abf41f

RGB 17124431
HSL0.220.910.54
HSV81°87°96°
CMYK 0.300.000.87   0.04
XYZ49.392673.458212.8719
Yxy73.45820.36390.5412
Hunter Lab85.7078-47.120751.0910
CIE-Lab88.6658-49.159482.3006

#abf41f color RGB value is (171,244,31).

#abf41f hex color red value is 171, green value is 244 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #abf41f hue: 0.22 , saturation: 0.91 and the lightness value of abf41f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 00011111
Octal 253 364 37
Decimal 171 244 31
Hex AB F4 1F

RGB Percentages of Color #abf41f

%38.34
%54.71
%6.95

CMYK Percentages of Color #abf41f

%30
%0
%87
%4

Triadic Colors of #abf41f

#abf41f #1fabf4 #f41fab

Analogous Colors of #abf41f

#abf41f #40f41f #f4d31f

Monochromatic Colors of #abf41f

#abf41f

Complementary Color

#abf41f #681ff4

#abf41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf41f Color CSS Codes

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

#abf41f Text Font Color

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

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


#abf41f Background Color

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

This div background color is #abf41f


#abf41f Border Color

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

This div border color is #abf41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf41f


Comments

No comments written yet.

Please login to write comment.