Color Hex Logo

#abc220 Color Hex

#ABC220
(171,194,32)
0 Favorites   0 Comments

Color spaces of #abc220

RGB 17119432
HSL0.190.720.44
HSV69°84°76°
CMYK 0.120.000.84   0.24
XYZ36.347147.34588.5895
Yxy47.34580.39390.5131
Hunter Lab68.8083-26.124140.7645
CIE-Lab74.4104-26.777770.1040

#abc220 color RGB value is (171,194,32).

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

The process color (four color CMYK) of #abc220 color hex is 0.12, 0.00, 0.84, 0.24. Web safe color of #abc220 is #99cc33. Color #abc220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 00100000
Octal 253 302 40
Decimal 171 194 32
Hex AB C2 20

RGB Percentages of Color #abc220

%43.07
%48.87
%8.06

CMYK Percentages of Color #abc220

%12
%0
%84
%24

Triadic Colors of #abc220

#abc220 #20abc2 #c220ab

Analogous Colors of #abc220

#abc220 #5ac220 #c28820

Monochromatic Colors of #abc220

#abc220

Complementary Color

#abc220 #3720c2

#abc220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc220 Color CSS Codes

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

#abc220 Text Font Color

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

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


#abc220 Background Color

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

This div background color is #abc220


#abc220 Border Color

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

This div border color is #abc220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc220


Comments

No comments written yet.

Please login to write comment.