Color Hex Logo

#abdb8d Color Hex

#ABDB8D
(171,219,141)
2 Favorites   0 Comments

Color spaces of #abdb8d

RGB 171219141
HSL0.270.520.71
HSV97°36°86°
CMYK 0.220.000.36   0.14
XYZ46.933861.244134.5469
Yxy61.24410.32880.4291
Hunter Lab78.2586-29.901328.6077
CIE-Lab82.5098-29.409233.4344

#abdb8d color RGB value is (171,219,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10001101
Octal 253 333 215
Decimal 171 219 141
Hex AB DB 8D

RGB Percentages of Color #abdb8d

%32.20
%41.24
%26.55

CMYK Percentages of Color #abdb8d

%22
%0
%36
%14

Triadic Colors of #abdb8d

#abdb8d #8dabdb #db8dab

Analogous Colors of #abdb8d

#abdb8d #8ddb96 #d2db8d

Monochromatic Colors of #abdb8d

#abdb8d

Complementary Color

#abdb8d #bd8ddb

#abdb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb8d Color CSS Codes

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

#abdb8d Text Font Color

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

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


#abdb8d Background Color

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

This div background color is #abdb8d


#abdb8d Border Color

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

This div border color is #abdb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb8d

#abdb8d Color Palettes


Comments

No comments written yet.

Please login to write comment.