Color Hex Logo

#abc50c Color Hex

#ABC50C
(171,197,12)
0 Favorites   0 Comments

Color spaces of #abc50c

RGB 17119712
HSL0.190.890.41
HSV68°94°77°
CMYK 0.130.000.94   0.23
XYZ36.827248.61707.7908
Yxy48.61700.39500.5214
Hunter Lab69.7259-27.741842.1834
CIE-Lab75.2124-28.643774.2324

#abc50c color RGB value is (171,197,12).

#abc50c hex color red value is 171, green value is 197 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #abc50c hue: 0.19 , saturation: 0.89 and the lightness value of abc50c is 0.41.

The process color (four color CMYK) of #abc50c color hex is 0.13, 0.00, 0.94, 0.23. Web safe color of #abc50c is #99cc00. Color #abc50c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 00001100
Octal 253 305 14
Decimal 171 197 12
Hex AB C5 C

RGB Percentages of Color #abc50c

%45.00
%51.84
%3.16

CMYK Percentages of Color #abc50c

%13
%0
%94
%23

Triadic Colors of #abc50c

#abc50c #0cabc5 #c50cab

Analogous Colors of #abc50c

#abc50c #4fc50c #c5830c

Monochromatic Colors of #abc50c

#abc50c

Complementary Color

#abc50c #260cc5

#abc50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc50c Color CSS Codes

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

#abc50c Text Font Color

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

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


#abc50c Background Color

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

This div background color is #abc50c


#abc50c Border Color

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

This div border color is #abc50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc50c


Comments

No comments written yet.

Please login to write comment.