Color Hex Logo

#abdb0f Color Hex

#ABDB0F
(171,219,15)
0 Favorites   0 Comments

Color spaces of #abdb0f

RGB 17121915
HSL0.210.870.46
HSV74°93°86°
CMYK 0.220.000.93   0.14
XYZ42.212359.35559.6839
Yxy59.35550.37940.5335
Hunter Lab77.0425-37.022646.4773
CIE-Lab81.4866-38.722378.8060

#abdb0f color RGB value is (171,219,15).

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

The process color (four color CMYK) of #abdb0f color hex is 0.22, 0.00, 0.93, 0.14. Web safe color of #abdb0f is #99cc00. Color #abdb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 00001111
Octal 253 333 17
Decimal 171 219 15
Hex AB DB F

RGB Percentages of Color #abdb0f

%42.22
%54.07
%3.70

CMYK Percentages of Color #abdb0f

%22
%0
%93
%14

Triadic Colors of #abdb0f

#abdb0f #0fabdb #db0fab

Analogous Colors of #abdb0f

#abdb0f #45db0f #dba50f

Monochromatic Colors of #abdb0f

#abdb0f

Complementary Color

#abdb0f #3f0fdb

#abdb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb0f Color CSS Codes

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

#abdb0f Text Font Color

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

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


#abdb0f Background Color

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

This div background color is #abdb0f


#abdb0f Border Color

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

This div border color is #abdb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb0f


Comments

No comments written yet.

Please login to write comment.