Color Hex Logo

#abdb9f Color Hex

#ABDB9F
(171,219,159)
0 Favorites   0 Comments

Color spaces of #abdb9f

RGB 171219159
HSL0.300.450.74
HSV108°27°86°
CMYK 0.220.000.27   0.14
XYZ48.384161.824242.1840
Yxy61.82420.31750.4057
Hunter Lab78.6284-27.759423.2309
CIE-Lab82.8198-26.716124.5785

#abdb9f color RGB value is (171,219,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10011111
Octal 253 333 237
Decimal 171 219 159
Hex AB DB 9F

RGB Percentages of Color #abdb9f

%31.15
%39.89
%28.96

CMYK Percentages of Color #abdb9f

%22
%0
%27
%14

Triadic Colors of #abdb9f

#abdb9f #9fabdb #db9fab

Analogous Colors of #abdb9f

#abdb9f #9fdbb1 #c9db9f

Monochromatic Colors of #abdb9f

#abdb9f

Complementary Color

#abdb9f #cf9fdb

#abdb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb9f Color CSS Codes

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

#abdb9f Text Font Color

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

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


#abdb9f Background Color

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

This div background color is #abdb9f


#abdb9f Border Color

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

This div border color is #abdb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb9f


Comments

No comments written yet.

Please login to write comment.