Color Hex Logo

#abd95a Color Hex

#ABD95A
(171,217,90)
0 Favorites   0 Comments

Color spaces of #abd95a

RGB 17121790
HSL0.230.630.60
HSV82°59°85°
CMYK 0.210.000.59   0.15
XYZ43.452959.021818.7750
Yxy59.02180.35840.4868
Hunter Lab76.8256-33.484639.2884
CIE-Lab81.3036-34.232256.4456

#abd95a color RGB value is (171,217,90).

#abd95a hex color red value is 171, green value is 217 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #abd95a hue: 0.23 , saturation: 0.63 and the lightness value of abd95a is 0.60.

The process color (four color CMYK) of #abd95a color hex is 0.21, 0.00, 0.59, 0.15. Web safe color of #abd95a is #99cc66. Color #abd95a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 01011010
Octal 253 331 132
Decimal 171 217 90
Hex AB D9 5A

RGB Percentages of Color #abd95a

%35.77
%45.40
%18.83

CMYK Percentages of Color #abd95a

%21
%0
%59
%15

Triadic Colors of #abd95a

#abd95a #5aabd9 #d95aab

Analogous Colors of #abd95a

#abd95a #6cd95a #d9c85a

Monochromatic Colors of #abd95a

#abd95a

Complementary Color

#abd95a #885ad9

#abd95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd95a Color CSS Codes

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

#abd95a Text Font Color

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

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


#abd95a Background Color

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

This div background color is #abd95a


#abd95a Border Color

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

This div border color is #abd95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd95a


Comments

No comments written yet.

Please login to write comment.