Color Hex Logo

#abc02e Color Hex

#ABC02E
(171,192,46)
0 Favorites   0 Comments

Color spaces of #abc02e

RGB 17119246
HSL0.190.610.47
HSV69°76°75°
CMYK 0.110.000.76   0.25
XYZ36.137446.55459.6660
Yxy46.55450.39130.5041
Hunter Lab68.2309-24.864339.3622
CIE-Lab73.9039-25.293765.7874

#abc02e color RGB value is (171,192,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00101110
Octal 253 300 56
Decimal 171 192 46
Hex AB C0 2E

RGB Percentages of Color #abc02e

%41.81
%46.94
%11.25

CMYK Percentages of Color #abc02e

%11
%0
%76
%25

Triadic Colors of #abc02e

#abc02e #2eabc0 #c02eab

Analogous Colors of #abc02e

#abc02e #62c02e #c08c2e

Monochromatic Colors of #abc02e

#abc02e

Complementary Color

#abc02e #432ec0

#abc02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc02e Color CSS Codes

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

#abc02e Text Font Color

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

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


#abc02e Background Color

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

This div background color is #abc02e


#abc02e Border Color

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

This div border color is #abc02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc02e


Comments

No comments written yet.

Please login to write comment.