Color Hex Logo

#abc02a Color Hex

#ABC02A
(171,192,42)
0 Favorites   0 Comments

Color spaces of #abc02a

RGB 17119242
HSL0.190.640.46
HSV68°78°75°
CMYK 0.110.000.78   0.25
XYZ36.062146.52449.2699
Yxy46.52440.39260.5065
Hunter Lab68.2088-24.992239.6884
CIE-Lab73.8845-25.461966.9897

#abc02a color RGB value is (171,192,42).

#abc02a hex color red value is 171, green value is 192 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abc02a hue: 0.19 , saturation: 0.64 and the lightness value of abc02a is 0.46.

The process color (four color CMYK) of #abc02a color hex is 0.11, 0.00, 0.78, 0.25. Web safe color of #abc02a is #99cc33. Color #abc02a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00101010
Octal 253 300 52
Decimal 171 192 42
Hex AB C0 2A

RGB Percentages of Color #abc02a

%42.22
%47.41
%10.37

CMYK Percentages of Color #abc02a

%11
%0
%78
%25

Triadic Colors of #abc02a

#abc02a #2aabc0 #c02aab

Analogous Colors of #abc02a

#abc02a #60c02a #c08a2a

Monochromatic Colors of #abc02a

#abc02a

Complementary Color

#abc02a #3f2ac0

#abc02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc02a Color CSS Codes

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

#abc02a Text Font Color

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

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


#abc02a Background Color

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

This div background color is #abc02a


#abc02a Border Color

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

This div border color is #abc02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc02a


Comments

No comments written yet.

Please login to write comment.