Color Hex Logo

#abd11d Color Hex

#ABD11D
(171,209,29)
0 Favorites   0 Comments

Color spaces of #abd11d

RGB 17120929
HSL0.200.760.47
HSV73°86°82°
CMYK 0.180.000.86   0.18
XYZ39.816854.34769.5540
Yxy54.34760.38390.5240
Hunter Lab73.7208-32.603243.9208
CIE-Lab78.6640-33.912974.3404

#abd11d color RGB value is (171,209,29).

#abd11d hex color red value is 171, green value is 209 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #abd11d hue: 0.20 , saturation: 0.76 and the lightness value of abd11d is 0.47.

The process color (four color CMYK) of #abd11d color hex is 0.18, 0.00, 0.86, 0.18. Web safe color of #abd11d is #99cc33. Color #abd11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 00011101
Octal 253 321 35
Decimal 171 209 29
Hex AB D1 1D

RGB Percentages of Color #abd11d

%41.81
%51.10
%7.09

CMYK Percentages of Color #abd11d

%18
%0
%86
%18

Triadic Colors of #abd11d

#abd11d #1dabd1 #d11dab

Analogous Colors of #abd11d

#abd11d #51d11d #d19d1d

Monochromatic Colors of #abd11d

#abd11d

Complementary Color

#abd11d #431dd1

#abd11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd11d Color CSS Codes

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

#abd11d Text Font Color

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

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


#abd11d Background Color

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

This div background color is #abd11d


#abd11d Border Color

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

This div border color is #abd11d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,209,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 #abd11d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd11d


Comments

No comments written yet.

Please login to write comment.