Color Hex Logo

#abc50a Color Hex

#ABC50A
(171,197,10)
0 Favorites   0 Comments

Color spaces of #abc50a

RGB 17119710
HSL0.190.900.41
HSV68°95°77°
CMYK 0.130.000.95   0.23
XYZ36.815648.61237.7299
Yxy48.61230.39520.5218
Hunter Lab69.7225-27.761042.2325
CIE-Lab75.2095-28.669374.4442

#abc50a color RGB value is (171,197,10).

#abc50a hex color red value is 171, green value is 197 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #abc50a hue: 0.19 , saturation: 0.90 and the lightness value of abc50a is 0.41.

The process color (four color CMYK) of #abc50a color hex is 0.13, 0.00, 0.95, 0.23. Web safe color of #abc50a is #99cc00. Color #abc50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 00001010
Octal 253 305 12
Decimal 171 197 10
Hex AB C5 A

RGB Percentages of Color #abc50a

%45.24
%52.12
%2.65

CMYK Percentages of Color #abc50a

%13
%0
%95
%23

Triadic Colors of #abc50a

#abc50a #0aabc5 #c50aab

Analogous Colors of #abc50a

#abc50a #4ec50a #c5820a

Monochromatic Colors of #abc50a

#abc50a

Complementary Color

#abc50a #240ac5

#abc50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc50a Color CSS Codes

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

#abc50a Text Font Color

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

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


#abc50a Background Color

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

This div background color is #abc50a


#abc50a Border Color

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

This div border color is #abc50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc50a


Comments

No comments written yet.

Please login to write comment.