Color Hex Logo

#abcc0a Color Hex

#ABCC0A
(171,204,10)
0 Favorites   0 Comments

Color spaces of #abcc0a

RGB 17120410
HSL0.200.910.42
HSV70°95°80°
CMYK 0.160.000.95   0.20
XYZ38.442251.86568.2721
Yxy51.86560.39000.5261
Hunter Lab72.0178-30.750043.6023
CIE-Lab77.2004-31.960275.9841

#abcc0a color RGB value is (171,204,10).

#abcc0a hex color red value is 171, green value is 204 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #abcc0a hue: 0.20 , saturation: 0.91 and the lightness value of abcc0a is 0.42.

The process color (four color CMYK) of #abcc0a color hex is 0.16, 0.00, 0.95, 0.20. Web safe color of #abcc0a is #99cc00. Color #abcc0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 00001010
Octal 253 314 12
Decimal 171 204 10
Hex AB CC A

RGB Percentages of Color #abcc0a

%44.42
%52.99
%2.60

CMYK Percentages of Color #abcc0a

%16
%0
%95
%20

Triadic Colors of #abcc0a

#abcc0a #0aabcc #cc0aab

Analogous Colors of #abcc0a

#abcc0a #4acc0a #cc8c0a

Monochromatic Colors of #abcc0a

#abcc0a

Complementary Color

#abcc0a #2b0acc

#abcc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc0a Color CSS Codes

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

#abcc0a Text Font Color

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

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


#abcc0a Background Color

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

This div background color is #abcc0a


#abcc0a Border Color

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

This div border color is #abcc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc0a


Comments

No comments written yet.

Please login to write comment.