Color Hex Logo

#abd82c Color Hex

#ABD82C
(171,216,44)
0 Favorites   0 Comments

Color spaces of #abd82c

RGB 17121644
HSL0.210.690.51
HSV76°80°85°
CMYK 0.210.000.80   0.15
XYZ41.805157.951511.3653
Yxy57.95150.37620.5215
Hunter Lab76.1259-35.195744.4364
CIE-Lab80.7118-36.613372.5765

#abd82c color RGB value is (171,216,44).

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

The process color (four color CMYK) of #abd82c color hex is 0.21, 0.00, 0.80, 0.15. Web safe color of #abd82c is #99cc33. Color #abd82c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011000 00101100
Octal 253 330 54
Decimal 171 216 44
Hex AB D8 2C

RGB Percentages of Color #abd82c

%39.68
%50.12
%10.21

CMYK Percentages of Color #abd82c

%21
%0
%80
%15

Triadic Colors of #abd82c

#abd82c #2cabd8 #d82cab

Analogous Colors of #abd82c

#abd82c #55d82c #d8af2c

Monochromatic Colors of #abd82c

#abd82c

Complementary Color

#abd82c #592cd8

#abd82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd82c Color CSS Codes

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

#abd82c Text Font Color

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

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


#abd82c Background Color

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

This div background color is #abd82c


#abd82c Border Color

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

This div border color is #abd82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd82c


Comments

No comments written yet.

Please login to write comment.