Color Hex Logo

#abd25d Color Hex

#ABD25D
(171,210,93)
0 Favorites   0 Comments

Color spaces of #abd25d

RGB 17121093
HSL0.220.570.59
HSV80°56°82°
CMYK 0.190.000.56   0.18
XYZ41.817055.541418.8725
Yxy55.54140.35980.4779
Hunter Lab74.5261-30.263437.1541
CIE-Lab79.3521-30.716352.8886

#abd25d color RGB value is (171,210,93).

#abd25d hex color red value is 171, green value is 210 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #abd25d hue: 0.22 , saturation: 0.57 and the lightness value of abd25d is 0.59.

The process color (four color CMYK) of #abd25d color hex is 0.19, 0.00, 0.56, 0.18. Web safe color of #abd25d is #99cc66. Color #abd25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 01011101
Octal 253 322 135
Decimal 171 210 93
Hex AB D2 5D

RGB Percentages of Color #abd25d

%36.08
%44.30
%19.62

CMYK Percentages of Color #abd25d

%19
%0
%56
%18

Triadic Colors of #abd25d

#abd25d #5dabd2 #d25dab

Analogous Colors of #abd25d

#abd25d #71d25d #d2bf5d

Monochromatic Colors of #abd25d

#abd25d

Complementary Color

#abd25d #845dd2

#abd25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd25d Color CSS Codes

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

#abd25d Text Font Color

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

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


#abd25d Background Color

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

This div background color is #abd25d


#abd25d Border Color

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

This div border color is #abd25d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,210,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 #abd25d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd25d


Comments

No comments written yet.

Please login to write comment.