Color Hex Logo

#abd85d Color Hex

#ABD85D
(171,216,93)
0 Favorites   0 Comments

Color spaces of #abd85d

RGB 17121693
HSL0.230.610.61
HSV82°57°85°
CMYK 0.210.000.57   0.15
XYZ43.326258.560019.3756
Yxy58.56000.35730.4829
Hunter Lab76.5245-32.855838.5552
CIE-Lab81.0491-33.510254.8324

#abd85d color RGB value is (171,216,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011000 01011101
Octal 253 330 135
Decimal 171 216 93
Hex AB D8 5D

RGB Percentages of Color #abd85d

%35.63
%45.00
%19.38

CMYK Percentages of Color #abd85d

%21
%0
%57
%15

Triadic Colors of #abd85d

#abd85d #5dabd8 #d85dab

Analogous Colors of #abd85d

#abd85d #6ed85d #d8c85d

Monochromatic Colors of #abd85d

#abd85d

Complementary Color

#abd85d #8a5dd8

#abd85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd85d Color CSS Codes

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

#abd85d Text Font Color

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

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


#abd85d Background Color

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

This div background color is #abd85d


#abd85d Border Color

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

This div border color is #abd85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd85d


Comments

No comments written yet.

Please login to write comment.