Color Hex Logo

#abd83a Color Hex

#ABD83A
(171,216,58)
0 Favorites   0 Comments

Color spaces of #abd83a

RGB 17121658
HSL0.210.670.54
HSV77°73°85°
CMYK 0.210.000.73   0.15
XYZ42.114258.075112.9930
Yxy58.07510.37210.5131
Hunter Lab76.2070-34.718043.2362
CIE-Lab80.7805-35.974668.3985

#abd83a color RGB value is (171,216,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011000 00111010
Octal 253 330 72
Decimal 171 216 58
Hex AB D8 3A

RGB Percentages of Color #abd83a

%38.43
%48.54
%13.03

CMYK Percentages of Color #abd83a

%21
%0
%73
%15

Triadic Colors of #abd83a

#abd83a #3aabd8 #d83aab

Analogous Colors of #abd83a

#abd83a #5cd83a #d8b63a

Monochromatic Colors of #abd83a

#abd83a

Complementary Color

#abd83a #673ad8

#abd83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd83a Color CSS Codes

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

#abd83a Text Font Color

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

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


#abd83a Background Color

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

This div background color is #abd83a


#abd83a Border Color

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

This div border color is #abd83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd83a


Comments

No comments written yet.

Please login to write comment.