Color Hex Logo

#abfc0c Color Hex

#ABFC0C
(171,252,12)
0 Favorites   0 Comments

Color spaces of #abfc0c

RGB 17125212
HSL0.220.980.52
HSV80°95°99°
CMYK 0.320.000.95   0.01
XYZ51.671478.305312.7389
Yxy78.30530.36210.5487
Hunter Lab88.4903-50.628053.4079
CIE-Lab90.9190-52.782386.5248

#abfc0c color RGB value is (171,252,12).

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

The process color (four color CMYK) of #abfc0c color hex is 0.32, 0.00, 0.95, 0.01. Web safe color of #abfc0c is #99ff00. Color #abfc0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 00001100
Octal 253 374 14
Decimal 171 252 12
Hex AB FC C

RGB Percentages of Color #abfc0c

%39.31
%57.93
%2.76

CMYK Percentages of Color #abfc0c

%32
%0
%95
%1

Triadic Colors of #abfc0c

#abfc0c #0cabfc #fc0cab

Analogous Colors of #abfc0c

#abfc0c #33fc0c #fcd50c

Monochromatic Colors of #abfc0c

#abfc0c

Complementary Color

#abfc0c #5d0cfc

#abfc0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfc0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfc0c Color CSS Codes

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

#abfc0c Text Font Color

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

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


#abfc0c Background Color

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

This div background color is #abfc0c


#abfc0c Border Color

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

This div border color is #abfc0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfc0c


Comments

No comments written yet.

Please login to write comment.