Color Hex Logo

#abc20c Color Hex

#ABC20C
(171,194,12)
0 Favorites   0 Comments

Color spaces of #abc20c

RGB 17119412
HSL0.190.880.40
HSV68°94°76°
CMYK 0.120.000.94   0.24
XYZ36.152747.26807.5660
Yxy47.26800.39730.5195
Hunter Lab68.7517-26.452341.6015
CIE-Lab74.3609-27.212373.5706

#abc20c color RGB value is (171,194,12).

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

The process color (four color CMYK) of #abc20c color hex is 0.12, 0.00, 0.94, 0.24. Web safe color of #abc20c is #99cc00. Color #abc20c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 00001100
Octal 253 302 14
Decimal 171 194 12
Hex AB C2 C

RGB Percentages of Color #abc20c

%45.36
%51.46
%3.18

CMYK Percentages of Color #abc20c

%12
%0
%94
%24

Triadic Colors of #abc20c

#abc20c #0cabc2 #c20cab

Analogous Colors of #abc20c

#abc20c #50c20c #c27e0c

Monochromatic Colors of #abc20c

#abc20c

Complementary Color

#abc20c #230cc2

#abc20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc20c Color CSS Codes

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

#abc20c Text Font Color

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

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


#abc20c Background Color

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

This div background color is #abc20c


#abc20c Border Color

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

This div border color is #abc20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc20c


Comments

No comments written yet.

Please login to write comment.