Color Hex Logo

#1d5714 Color Hex

#1D5714
(29,87,20)
0 Favorites   0 Comments

Color spaces of #1d5714

RGB 298720
HSL0.310.630.21
HSV112°77°34°
CMYK 0.670.000.77   0.66
XYZ4.04127.12811.8247
Yxy7.12810.31100.5486
Hunter Lab26.6985-19.703914.6368
CIE-Lab32.0968-32.800931.7447

#1d5714 color RGB value is (29,87,20).

#1d5714 hex color red value is 29, green value is 87 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #1d5714 hue: 0.31 , saturation: 0.63 and the lightness value of 1d5714 is 0.21.

The process color (four color CMYK) of #1d5714 color hex is 0.67, 0.00, 0.77, 0.66. Web safe color of #1d5714 is #336600. Color #1d5714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010111 00010100
Octal 35 127 24
Decimal 29 87 20
Hex 1D 57 14

RGB Percentages of Color #1d5714

%21.32
%63.97
%14.71

CMYK Percentages of Color #1d5714

%67
%0
%77
%66

Triadic Colors of #1d5714

#1d5714 #141d57 #57141d

Analogous Colors of #1d5714

#1d5714 #14572d #3f5714

Monochromatic Colors of #1d5714

#1d5714

Complementary Color

#1d5714 #4e1457

#1d5714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5714 Color CSS Codes

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

#1d5714 Text Font Color

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

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


#1d5714 Background Color

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

This div background color is #1d5714


#1d5714 Border Color

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

This div border color is #1d5714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5714


Comments

No comments written yet.

Please login to write comment.