Color Hex Logo

#abdc2b Color Hex

#ABDC2B
(171,220,43)
0 Favorites   0 Comments

Color spaces of #abdc2b

RGB 17122043
HSL0.210.720.52
HSV77°80°86°
CMYK 0.220.000.80   0.14
XYZ42.823860.018711.6132
Yxy60.01870.37420.5244
Hunter Lab77.4717-36.906745.3425
CIE-Lab81.8484-38.448373.8563

#abdc2b color RGB value is (171,220,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 00101011
Octal 253 334 53
Decimal 171 220 43
Hex AB DC 2B

RGB Percentages of Color #abdc2b

%39.40
%50.69
%9.91

CMYK Percentages of Color #abdc2b

%22
%0
%80
%14

Triadic Colors of #abdc2b

#abdc2b #2babdc #dc2bab

Analogous Colors of #abdc2b

#abdc2b #52dc2b #dcb52b

Monochromatic Colors of #abdc2b

#abdc2b

Complementary Color

#abdc2b #5c2bdc

#abdc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc2b Color CSS Codes

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

#abdc2b Text Font Color

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

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


#abdc2b Background Color

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

This div background color is #abdc2b


#abdc2b Border Color

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

This div border color is #abdc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc2b


Comments

No comments written yet.

Please login to write comment.