Color Hex Logo

#abff0f Color Hex

#ABFF0F
(171,255,15)
0 Favorites   0 Comments

Color spaces of #abff0f

RGB 17125515
HSL0.231.000.53
HSV81°94°100°
CMYK 0.330.000.94   0.00
XYZ52.640880.212413.1600
Yxy80.21240.36050.5494
Hunter Lab89.5614-51.816853.9810
CIE-Lab91.7801-53.957686.9431

#abff0f color RGB value is (171,255,15).

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

The process color (four color CMYK) of #abff0f color hex is 0.33, 0.00, 0.94, 0.00. Web safe color of #abff0f is #99ff00. Color #abff0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 00001111
Octal 253 377 17
Decimal 171 255 15
Hex AB FF F

RGB Percentages of Color #abff0f

%38.78
%57.82
%3.40

CMYK Percentages of Color #abff0f

%33
%0
%94
%0

Triadic Colors of #abff0f

#abff0f #0fabff #ff0fab

Analogous Colors of #abff0f

#abff0f #33ff0f #ffdb0f

Monochromatic Colors of #abff0f

#abff0f

Complementary Color

#abff0f #630fff

#abff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abff0f Color CSS Codes

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

#abff0f Text Font Color

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

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


#abff0f Background Color

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

This div background color is #abff0f


#abff0f Border Color

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

This div border color is #abff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abff0f

Related Colors


Comments

No comments written yet.

Please login to write comment.