Color Hex Logo

#abdb2f Color Hex

#ABDB2F
(171,219,47)
0 Favorites   0 Comments

Color spaces of #abdb2f

RGB 17121947
HSL0.210.700.52
HSV77°79°86°
CMYK 0.220.000.79   0.14
XYZ42.639259.526211.9317
Yxy59.52620.37370.5217
Hunter Lab77.1532-36.369044.8381
CIE-Lab81.5800-37.843172.5343

#abdb2f color RGB value is (171,219,47).

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

The process color (four color CMYK) of #abdb2f color hex is 0.22, 0.00, 0.79, 0.14. Web safe color of #abdb2f is #99cc33. Color #abdb2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 00101111
Octal 253 333 57
Decimal 171 219 47
Hex AB DB 2F

RGB Percentages of Color #abdb2f

%39.13
%50.11
%10.76

CMYK Percentages of Color #abdb2f

%22
%0
%79
%14

Triadic Colors of #abdb2f

#abdb2f #2fabdb #db2fab

Analogous Colors of #abdb2f

#abdb2f #55db2f #dbb52f

Monochromatic Colors of #abdb2f

#abdb2f

Complementary Color

#abdb2f #5f2fdb

#abdb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb2f Color CSS Codes

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

#abdb2f Text Font Color

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

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


#abdb2f Background Color

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

This div background color is #abdb2f


#abdb2f Border Color

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

This div border color is #abdb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb2f


Comments

No comments written yet.

Please login to write comment.