Color Hex Logo

#abc02c Color Hex

#ABC02C
(171,192,44)
0 Favorites   0 Comments

Color spaces of #abc02c

RGB 17119244
HSL0.190.630.46
HSV69°77°75°
CMYK 0.110.000.77   0.25
XYZ36.098846.53909.4632
Yxy46.53900.39190.5053
Hunter Lab68.2195-24.929739.5291
CIE-Lab73.8939-25.379766.3986

#abc02c color RGB value is (171,192,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00101100
Octal 253 300 54
Decimal 171 192 44
Hex AB C0 2C

RGB Percentages of Color #abc02c

%42.01
%47.17
%10.81

CMYK Percentages of Color #abc02c

%11
%0
%77
%25

Triadic Colors of #abc02c

#abc02c #2cabc0 #c02cab

Analogous Colors of #abc02c

#abc02c #61c02c #c08b2c

Monochromatic Colors of #abc02c

#abc02c

Complementary Color

#abc02c #412cc0

#abc02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc02c Color CSS Codes

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

#abc02c Text Font Color

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

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


#abc02c Background Color

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

This div background color is #abc02c


#abc02c Border Color

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

This div border color is #abc02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc02c


Comments

No comments written yet.

Please login to write comment.