Color Hex Logo

#abdb0a Color Hex

#ABDB0A
(171,219,10)
0 Favorites   0 Comments

Color spaces of #abdb0a

RGB 17121910
HSL0.200.910.45
HSV74°95°86°
CMYK 0.220.000.95   0.14
XYZ42.180959.34299.5183
Yxy59.34290.37990.5344
Hunter Lab77.0343-37.070746.5982
CIE-Lab81.4797-38.787279.3059

#abdb0a color RGB value is (171,219,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 00001010
Octal 253 333 12
Decimal 171 219 10
Hex AB DB A

RGB Percentages of Color #abdb0a

%42.75
%54.75
%2.50

CMYK Percentages of Color #abdb0a

%22
%0
%95
%14

Triadic Colors of #abdb0a

#abdb0a #0aabdb #db0aab

Analogous Colors of #abdb0a

#abdb0a #43db0a #dba30a

Monochromatic Colors of #abdb0a

#abdb0a

Complementary Color

#abdb0a #3a0adb

#abdb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb0a Color CSS Codes

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

#abdb0a Text Font Color

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

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


#abdb0a Background Color

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

This div background color is #abdb0a


#abdb0a Border Color

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

This div border color is #abdb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb0a


Comments

No comments written yet.

Please login to write comment.