Color Hex Logo

#abfb12 Color Hex

#ABFB12
(171,251,18)
0 Favorites   0 Comments

Color spaces of #abfb12

RGB 17125118
HSL0.220.970.53
HSV81°93°98°
CMYK 0.320.000.93   0.02
XYZ51.400977.696012.8600
Yxy77.69600.36210.5473
Hunter Lab88.1453-50.164253.0516
CIE-Lab90.6410-52.297285.7364

#abfb12 color RGB value is (171,251,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 00010010
Octal 253 373 22
Decimal 171 251 18
Hex AB FB 12

RGB Percentages of Color #abfb12

%38.86
%57.05
%4.09

CMYK Percentages of Color #abfb12

%32
%0
%93
%2

Triadic Colors of #abfb12

#abfb12 #12abfb #fb12ab

Analogous Colors of #abfb12

#abfb12 #37fb12 #fbd712

Monochromatic Colors of #abfb12

#abfb12

Complementary Color

#abfb12 #6212fb

#abfb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfb12 Color CSS Codes

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

#abfb12 Text Font Color

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

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


#abfb12 Background Color

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

This div background color is #abfb12


#abfb12 Border Color

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

This div border color is #abfb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfb12


Comments

No comments written yet.

Please login to write comment.