Color Hex Logo

#1dab0d Color Hex

#1DAB0D
(29,171,13)
0 Favorites   0 Comments

Color spaces of #1dab0d

RGB 2917113
HSL0.320.860.36
HSV114°92°67°
CMYK 0.830.000.92   0.33
XYZ15.142329.41615.2606
Yxy29.41610.30390.5905
Hunter Lab54.2366-45.078732.2149
CIE-Lab61.1471-61.477560.1692

#1dab0d color RGB value is (29,171,13).

#1dab0d hex color red value is 29, green value is 171 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #1dab0d hue: 0.32 , saturation: 0.86 and the lightness value of 1dab0d is 0.36.

The process color (four color CMYK) of #1dab0d color hex is 0.83, 0.00, 0.92, 0.33. Web safe color of #1dab0d is #339900. Color #1dab0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 00001101
Octal 35 253 15
Decimal 29 171 13
Hex 1D AB D

RGB Percentages of Color #1dab0d

%13.62
%80.28
%6.10

CMYK Percentages of Color #1dab0d

%83
%0
%92
%33

Triadic Colors of #1dab0d

#1dab0d #0d1dab #ab0d1d

Analogous Colors of #1dab0d

#1dab0d #0dab4c #6cab0d

Monochromatic Colors of #1dab0d

#1dab0d

Complementary Color

#1dab0d #9b0dab

#1dab0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dab0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dab0d Color CSS Codes

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

#1dab0d Text Font Color

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

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


#1dab0d Background Color

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

This div background color is #1dab0d


#1dab0d Border Color

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

This div border color is #1dab0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dab0d


Comments

No comments written yet.

Please login to write comment.