Color Hex Logo

#abfb0f Color Hex

#ABFB0F
(171,251,15)
0 Favorites   0 Comments

Color spaces of #abfb0f

RGB 17125115
HSL0.220.970.52
HSV80°94°98°
CMYK 0.320.000.94   0.02
XYZ51.378077.686812.7391
Yxy77.68680.36230.5478
Hunter Lab88.1401-50.195353.1288
CIE-Lab90.6368-52.339686.0376

#abfb0f color RGB value is (171,251,15).

#abfb0f hex color red value is 171, green value is 251 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #abfb0f hue: 0.22 , saturation: 0.97 and the lightness value of abfb0f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 00001111
Octal 253 373 17
Decimal 171 251 15
Hex AB FB F

RGB Percentages of Color #abfb0f

%39.13
%57.44
%3.43

CMYK Percentages of Color #abfb0f

%32
%0
%94
%2

Triadic Colors of #abfb0f

#abfb0f #0fabfb #fb0fab

Analogous Colors of #abfb0f

#abfb0f #35fb0f #fbd50f

Monochromatic Colors of #abfb0f

#abfb0f

Complementary Color

#abfb0f #5f0ffb

#abfb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfb0f Color CSS Codes

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

#abfb0f Text Font Color

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

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


#abfb0f Background Color

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

This div background color is #abfb0f


#abfb0f Border Color

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

This div border color is #abfb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfb0f

Related Colors


Comments

No comments written yet.

Please login to write comment.