Color Hex Logo

#abdb8c Color Hex

#ABDB8C
(171,219,140)
0 Favorites   0 Comments

Color spaces of #abdb8c

RGB 171219140
HSL0.270.520.70
HSV96°36°86°
CMYK 0.220.000.36   0.14
XYZ46.859761.214434.1567
Yxy61.21440.32950.4304
Hunter Lab78.2396-30.011228.8838
CIE-Lab82.4939-29.548633.9225

#abdb8c color RGB value is (171,219,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10001100
Octal 253 333 214
Decimal 171 219 140
Hex AB DB 8C

RGB Percentages of Color #abdb8c

%32.26
%41.32
%26.42

CMYK Percentages of Color #abdb8c

%22
%0
%36
%14

Triadic Colors of #abdb8c

#abdb8c #8cabdb #db8cab

Analogous Colors of #abdb8c

#abdb8c #8cdb95 #d3db8c

Monochromatic Colors of #abdb8c

#abdb8c

Complementary Color

#abdb8c #bc8cdb

#abdb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb8c Color CSS Codes

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

#abdb8c Text Font Color

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

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


#abdb8c Background Color

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

This div background color is #abdb8c


#abdb8c Border Color

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

This div border color is #abdb8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb8c


Comments

No comments written yet.

Please login to write comment.