Color Hex Logo

#abdb4f Color Hex

#ABDB4F
(171,219,79)
0 Favorites   0 Comments

Color spaces of #abdb4f

RGB 17121979
HSL0.220.660.58
HSV81°64°86°
CMYK 0.220.000.64   0.14
XYZ43.537459.885516.6615
Yxy59.88550.36260.4987
Hunter Lab77.3857-35.000541.4046
CIE-Lab81.7759-36.018661.6044

#abdb4f color RGB value is (171,219,79).

#abdb4f hex color red value is 171, green value is 219 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #abdb4f hue: 0.22 , saturation: 0.66 and the lightness value of abdb4f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01001111
Octal 253 333 117
Decimal 171 219 79
Hex AB DB 4F

RGB Percentages of Color #abdb4f

%36.46
%46.70
%16.84

CMYK Percentages of Color #abdb4f

%22
%0
%64
%14

Triadic Colors of #abdb4f

#abdb4f #4fabdb #db4fab

Analogous Colors of #abdb4f

#abdb4f #65db4f #dbc54f

Monochromatic Colors of #abdb4f

#abdb4f

Complementary Color

#abdb4f #7f4fdb

#abdb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb4f Color CSS Codes

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

#abdb4f Text Font Color

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

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


#abdb4f Background Color

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

This div background color is #abdb4f


#abdb4f Border Color

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

This div border color is #abdb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb4f


Comments

No comments written yet.

Please login to write comment.