Color Hex Logo

#abdb6f Color Hex

#ABDB6F
(171,219,111)
0 Favorites   0 Comments

Color spaces of #abdb6f

RGB 171219111
HSL0.240.600.65
HSV87°49°86°
CMYK 0.220.000.49   0.14
XYZ44.995360.468724.3390
Yxy60.46870.34660.4658
Hunter Lab77.7616-32.797235.8757
CIE-Lab82.0923-33.127347.7455

#abdb6f color RGB value is (171,219,111).

#abdb6f hex color red value is 171, green value is 219 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abdb6f hue: 0.24 , saturation: 0.60 and the lightness value of abdb6f is 0.65.

The process color (four color CMYK) of #abdb6f color hex is 0.22, 0.00, 0.49, 0.14. Web safe color of #abdb6f is #99cc66. Color #abdb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01101111
Octal 253 333 157
Decimal 171 219 111
Hex AB DB 6F

RGB Percentages of Color #abdb6f

%34.13
%43.71
%22.16

CMYK Percentages of Color #abdb6f

%22
%0
%49
%14

Triadic Colors of #abdb6f

#abdb6f #6fabdb #db6fab

Analogous Colors of #abdb6f

#abdb6f #75db6f #dbd56f

Monochromatic Colors of #abdb6f

#abdb6f

Complementary Color

#abdb6f #9f6fdb

#abdb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb6f Color CSS Codes

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

#abdb6f Text Font Color

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

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


#abdb6f Background Color

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

This div background color is #abdb6f


#abdb6f Border Color

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

This div border color is #abdb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb6f


Comments

No comments written yet.

Please login to write comment.