color codes Logo

#abdb1d color codes

#ABDB1D
(171,219,29)
0 Favorites   0 Comments

Color spaces of #abdb1d

RGB 17121929
HSL0.210.770.49
HSV75°87°86°
CMYK 0.220.000.87   0.14
XYZ42.347959.409710.3976
Yxy59.40970.37760.5297
Hunter Lab77.0777-36.814845.9563
CIE-Lab81.5163-38.442176.7158

#abdb1d color RGB value is (171,219,29).

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

The process color (four color CMYK) of #abdb1d color code is 0.22, 0.00, 0.87, 0.14. Web safe color of #abdb1d is #99cc33. Color #abdb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 00011101
Octal 253 333 35
Decimal 171 219 29
Hex AB DB 1D

RGB Percentages of Color #abdb1d

%40.81
%52.27
%6.92

CMYK Percentages of Color #abdb1d

%22
%0
%87
%14

Triadic Colors of #abdb1d

#abdb1d #1dabdb #db1dab

Analogous Colors of #abdb1d

#abdb1d #4cdb1d #dbac1d

Monochromatic Colors of #abdb1d

#abdb1d

Complementary Color

#abdb1d #4d1ddb

#abdb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb1d Color CSS Codes

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

#abdb1d Text Font Color

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

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


#abdb1d Background Color

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

This div background color is #abdb1d


#abdb1d Border Color

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

This div border color is #abdb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb1d


Comments

No comments written yet.

Please login to write comment.