Color Hex Logo

#abdc9d Color Hex

#ABDC9D
(171,220,157)
0 Favorites   0 Comments

Color spaces of #abdc9d

RGB 171220157
HSL0.300.470.74
HSV107°29°86°
CMYK 0.220.000.29   0.14
XYZ48.473662.278641.3644
Yxy62.27860.31870.4094
Hunter Lab78.9168-28.463124.1648
CIE-Lab83.0614-27.511125.9453

#abdc9d color RGB value is (171,220,157).

#abdc9d hex color red value is 171, green value is 220 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #abdc9d hue: 0.30 , saturation: 0.47 and the lightness value of abdc9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10011101
Octal 253 334 235
Decimal 171 220 157
Hex AB DC 9D

RGB Percentages of Color #abdc9d

%31.20
%40.15
%28.65

CMYK Percentages of Color #abdc9d

%22
%0
%29
%14

Triadic Colors of #abdc9d

#abdc9d #9dabdc #dc9dab

Analogous Colors of #abdc9d

#abdc9d #9ddcaf #cbdc9d

Monochromatic Colors of #abdc9d

#abdc9d

Complementary Color

#abdc9d #ce9ddc

#abdc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc9d Color CSS Codes

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

#abdc9d Text Font Color

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

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


#abdc9d Background Color

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

This div background color is #abdc9d


#abdc9d Border Color

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

This div border color is #abdc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc9d


Comments

No comments written yet.

Please login to write comment.