Color Hex Logo

#abdc2a Color Hex

#ABDC2A
(171,220,42)
0 Favorites   0 Comments

Color spaces of #abdc2a

RGB 17122042
HSL0.210.720.51
HSV77°81°86°
CMYK 0.220.000.81   0.14
XYZ42.805760.011511.5178
Yxy60.01150.37440.5249
Hunter Lab77.4671-36.934345.4117
CIE-Lab81.8444-38.485474.1099

#abdc2a color RGB value is (171,220,42).

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

The process color (four color CMYK) of #abdc2a color hex is 0.22, 0.00, 0.81, 0.14. Web safe color of #abdc2a is #99cc33. Color #abdc2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 00101010
Octal 253 334 52
Decimal 171 220 42
Hex AB DC 2A

RGB Percentages of Color #abdc2a

%39.49
%50.81
%9.70

CMYK Percentages of Color #abdc2a

%22
%0
%81
%14

Triadic Colors of #abdc2a

#abdc2a #2aabdc #dc2aab

Analogous Colors of #abdc2a

#abdc2a #52dc2a #dcb42a

Monochromatic Colors of #abdc2a

#abdc2a

Complementary Color

#abdc2a #5b2adc

#abdc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc2a Color CSS Codes

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

#abdc2a Text Font Color

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

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


#abdc2a Background Color

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

This div background color is #abdc2a


#abdc2a Border Color

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

This div border color is #abdc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc2a


Comments

No comments written yet.

Please login to write comment.