Color Hex Logo

#abc60a Color Hex

#ABC60A
(171,198,10)
0 Favorites   0 Comments

Color spaces of #abc60a

RGB 17119810
HSL0.190.900.41
HSV69°95°78°
CMYK 0.140.000.95   0.22
XYZ37.043549.06807.8058
Yxy49.06800.39440.5225
Hunter Lab70.0486-28.189542.4271
CIE-Lab75.4936-29.143474.6639

#abc60a color RGB value is (171,198,10).

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

The process color (four color CMYK) of #abc60a color hex is 0.14, 0.00, 0.95, 0.22. Web safe color of #abc60a is #99cc00. Color #abc60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 00001010
Octal 253 306 12
Decimal 171 198 10
Hex AB C6 A

RGB Percentages of Color #abc60a

%45.12
%52.24
%2.64

CMYK Percentages of Color #abc60a

%14
%0
%95
%22

Triadic Colors of #abc60a

#abc60a #0aabc6 #c60aab

Analogous Colors of #abc60a

#abc60a #4dc60a #c6830a

Monochromatic Colors of #abc60a

#abc60a

Complementary Color

#abc60a #250ac6

#abc60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc60a Color CSS Codes

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

#abc60a Text Font Color

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

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


#abc60a Background Color

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

This div background color is #abc60a


#abc60a Border Color

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

This div border color is #abc60a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,198,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 #abc60a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc60a


Comments

No comments written yet.

Please login to write comment.