color codes Logo

#abd95d color codes

#ABD95D
(171,217,93)
0 Favorites   0 Comments

Color spaces of #abd95d

RGB 17121793
HSL0.230.620.61
HSV82°57°85°
CMYK 0.210.000.57   0.15
XYZ43.583259.073919.4613
Yxy59.07390.35690.4837
Hunter Lab76.8595-33.285838.7891
CIE-Lab81.3322-33.971055.1548

#abd95d color RGB value is (171,217,93).

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

The process color (four color CMYK) of #abd95d color code is 0.21, 0.00, 0.57, 0.15. Web safe color of #abd95d is #99cc66. Color #abd95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 01011101
Octal 253 331 135
Decimal 171 217 93
Hex AB D9 5D

RGB Percentages of Color #abd95d

%35.55
%45.11
%19.33

CMYK Percentages of Color #abd95d

%21
%0
%57
%15

Triadic Colors of #abd95d

#abd95d #5dabd9 #d95dab

Analogous Colors of #abd95d

#abd95d #6dd95d #d9c95d

Monochromatic Colors of #abd95d

#abd95d

Complementary Color

#abd95d #8b5dd9

#abd95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd95d Color CSS Codes

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

#abd95d Text Font Color

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

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


#abd95d Background Color

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

This div background color is #abd95d


#abd95d Border Color

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

This div border color is #abd95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd95d


Comments

No comments written yet.

Please login to write comment.