Color Hex Logo

#abdc0a Color Hex

#ABDC0A
(171,220,10)
0 Favorites   0 Comments

Color spaces of #abdc0a

RGB 17122010
HSL0.210.910.45
HSV74°95°86°
CMYK 0.220.000.95   0.14
XYZ42.442659.86629.6055
Yxy59.86620.37920.5349
Hunter Lab77.3733-37.488246.8007
CIE-Lab81.7654-39.231579.5283

#abdc0a color RGB value is (171,220,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 00001010
Octal 253 334 12
Decimal 171 220 10
Hex AB DC A

RGB Percentages of Color #abdc0a

%42.64
%54.86
%2.49

CMYK Percentages of Color #abdc0a

%22
%0
%95
%14

Triadic Colors of #abdc0a

#abdc0a #0aabdc #dc0aab

Analogous Colors of #abdc0a

#abdc0a #42dc0a #dca40a

Monochromatic Colors of #abdc0a

#abdc0a

Complementary Color

#abdc0a #3b0adc

#abdc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc0a Color CSS Codes

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

#abdc0a Text Font Color

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

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


#abdc0a Background Color

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

This div background color is #abdc0a


#abdc0a Border Color

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

This div border color is #abdc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc0a


Comments

No comments written yet.

Please login to write comment.