Color Hex Logo

#abc03a Color Hex

#ABC03A
(171,192,58)
0 Favorites   0 Comments

Color spaces of #abc03a

RGB 17119258
HSL0.190.540.49
HSV69°70°75°
CMYK 0.110.000.70   0.25
XYZ36.407946.662711.0909
Yxy46.66270.38670.4956
Hunter Lab68.3101-24.405838.1907
CIE-Lab73.9735-24.692161.7227

#abc03a color RGB value is (171,192,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00111010
Octal 253 300 72
Decimal 171 192 58
Hex AB C0 3A

RGB Percentages of Color #abc03a

%40.62
%45.61
%13.78

CMYK Percentages of Color #abc03a

%11
%0
%70
%25

Triadic Colors of #abc03a

#abc03a #3aabc0 #c03aab

Analogous Colors of #abc03a

#abc03a #68c03a #c0923a

Monochromatic Colors of #abc03a

#abc03a

Complementary Color

#abc03a #4f3ac0

#abc03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc03a Color CSS Codes

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

#abc03a Text Font Color

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

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


#abc03a Background Color

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

This div background color is #abc03a


#abc03a Border Color

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

This div border color is #abc03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc03a


Comments

No comments written yet.

Please login to write comment.