Color Hex Logo

#abd40d Color Hex

#ABD40D
(171,212,13)
0 Favorites   0 Comments

Color spaces of #abd40d

RGB 17121213
HSL0.200.880.44
HSV72°94°83°
CMYK 0.190.000.94   0.17
XYZ40.410755.77409.0164
Yxy55.77400.38410.5302
Hunter Lab74.6820-34.106545.1193
CIE-Lab79.4850-35.600977.4552

#abd40d color RGB value is (171,212,13).

#abd40d hex color red value is 171, green value is 212 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #abd40d hue: 0.20 , saturation: 0.88 and the lightness value of abd40d is 0.44.

The process color (four color CMYK) of #abd40d color hex is 0.19, 0.00, 0.94, 0.17. Web safe color of #abd40d is #99cc00. Color #abd40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 00001101
Octal 253 324 15
Decimal 171 212 13
Hex AB D4 D

RGB Percentages of Color #abd40d

%43.18
%53.54
%3.28

CMYK Percentages of Color #abd40d

%19
%0
%94
%17

Triadic Colors of #abd40d

#abd40d #0dabd4 #d40dab

Analogous Colors of #abd40d

#abd40d #48d40d #d49a0d

Monochromatic Colors of #abd40d

#abd40d

Complementary Color

#abd40d #360dd4

#abd40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd40d Color CSS Codes

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

#abd40d Text Font Color

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

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


#abd40d Background Color

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

This div background color is #abd40d


#abd40d Border Color

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

This div border color is #abd40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd40d


Comments

No comments written yet.

Please login to write comment.