Color Hex Logo

#1d700a Color Hex

#1D700A
(29,112,10)
0 Favorites   0 Comments

Color spaces of #1d700a

RGB 2911210
HSL0.300.840.24
HSV109°91°44°
CMYK 0.740.000.91   0.56
XYZ6.355711.87152.2436
Yxy11.87150.31050.5799
Hunter Lab34.4550-27.369620.2578
CIE-Lab41.0112-42.792843.4642

#1d700a color RGB value is (29,112,10).

#1d700a hex color red value is 29, green value is 112 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #1d700a hue: 0.30 , saturation: 0.84 and the lightness value of 1d700a is 0.24.

The process color (four color CMYK) of #1d700a color hex is 0.74, 0.00, 0.91, 0.56. Web safe color of #1d700a is #336600. Color #1d700a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01110000 00001010
Octal 35 160 12
Decimal 29 112 10
Hex 1D 70 A

RGB Percentages of Color #1d700a

%19.21
%74.17
%6.62

CMYK Percentages of Color #1d700a

%74
%0
%91
%56

Triadic Colors of #1d700a

#1d700a #0a1d70 #700a1d

Analogous Colors of #1d700a

#1d700a #0a702a #50700a

Monochromatic Colors of #1d700a

#1d700a

Complementary Color

#1d700a #5d0a70

#1d700a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d700a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d700a Color CSS Codes

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

#1d700a Text Font Color

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

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


#1d700a Background Color

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

This div background color is #1d700a


#1d700a Border Color

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

This div border color is #1d700a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d700a


Comments

No comments written yet.

Please login to write comment.