Color Hex Logo

#abff2f Color Hex

#ABFF2F
(171,255,47)
0 Favorites   0 Comments

Color spaces of #abff2f

RGB 17125547
HSL0.231.000.59
HSV84°82°100°
CMYK 0.330.000.82   0.00
XYZ53.067780.383215.4079
Yxy80.38320.35650.5400
Hunter Lab89.6567-51.245252.5704
CIE-Lab91.8565-53.180181.7379

#abff2f color RGB value is (171,255,47).

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

The process color (four color CMYK) of #abff2f color hex is 0.33, 0.00, 0.82, 0.00. Web safe color of #abff2f is #99ff33. Color #abff2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 00101111
Octal 253 377 57
Decimal 171 255 47
Hex AB FF 2F

RGB Percentages of Color #abff2f

%36.15
%53.91
%9.94

CMYK Percentages of Color #abff2f

%33
%0
%82
%0

Triadic Colors of #abff2f

#abff2f #2fabff #ff2fab

Analogous Colors of #abff2f

#abff2f #43ff2f #ffeb2f

Monochromatic Colors of #abff2f

#abff2f

Complementary Color

#abff2f #832fff

#abff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abff2f Color CSS Codes

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

#abff2f Text Font Color

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

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


#abff2f Background Color

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

This div background color is #abff2f


#abff2f Border Color

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

This div border color is #abff2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,255,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 #abff2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abff2f


Comments

No comments written yet.

Please login to write comment.