Color Hex Logo

#abdc8d Color Hex

#ABDC8D
(171,220,141)
0 Favorites   0 Comments

Color spaces of #abdc8d

RGB 171220141
HSL0.270.530.71
HSV97°36°86°
CMYK 0.220.000.36   0.14
XYZ47.195561.767434.6341
Yxy61.76740.32870.4301
Hunter Lab78.5922-30.345228.8866
CIE-Lab82.7896-29.882033.8021

#abdc8d color RGB value is (171,220,141).

#abdc8d hex color red value is 171, green value is 220 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #abdc8d hue: 0.27 , saturation: 0.53 and the lightness value of abdc8d is 0.71.

The process color (four color CMYK) of #abdc8d color hex is 0.22, 0.00, 0.36, 0.14. Web safe color of #abdc8d is #99cc99. Color #abdc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10001101
Octal 253 334 215
Decimal 171 220 141
Hex AB DC 8D

RGB Percentages of Color #abdc8d

%32.14
%41.35
%26.50

CMYK Percentages of Color #abdc8d

%22
%0
%36
%14

Triadic Colors of #abdc8d

#abdc8d #8dabdc #dc8dab

Analogous Colors of #abdc8d

#abdc8d #8ddc97 #d3dc8d

Monochromatic Colors of #abdc8d

#abdc8d

Complementary Color

#abdc8d #be8ddc

#abdc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc8d Color CSS Codes

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

#abdc8d Text Font Color

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

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


#abdc8d Background Color

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

This div background color is #abdc8d


#abdc8d Border Color

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

This div border color is #abdc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc8d


Comments

No comments written yet.

Please login to write comment.