Color Hex Logo

#1e500d Color Hex

#1E500D
(30,80,13)
0 Favorites   0 Comments

Color spaces of #1e500d

RGB 308013
HSL0.290.720.18
HSV105°84°31°
CMYK 0.630.000.84   0.69
XYZ3.47676.04241.3638
Yxy6.04240.31950.5552
Hunter Lab24.5813-17.770813.9174
CIE-Lab29.5192-30.227032.0341

#1e500d color RGB value is (30,80,13).

#1e500d hex color red value is 30, green value is 80 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #1e500d hue: 0.29 , saturation: 0.72 and the lightness value of 1e500d is 0.18.

The process color (four color CMYK) of #1e500d color hex is 0.63, 0.00, 0.84, 0.69. Web safe color of #1e500d is #336600. Color #1e500d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01010000 00001101
Octal 36 120 15
Decimal 30 80 13
Hex 1E 50 D

RGB Percentages of Color #1e500d

%24.39
%65.04
%10.57

CMYK Percentages of Color #1e500d

%63
%0
%84
%69

Triadic Colors of #1e500d

#1e500d #0d1e50 #500d1e

Analogous Colors of #1e500d

#1e500d #0d501d #40500d

Monochromatic Colors of #1e500d

#1e500d

Complementary Color

#1e500d #3f0d50

#1e500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e500d Color CSS Codes

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

#1e500d Text Font Color

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

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


#1e500d Background Color

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

This div background color is #1e500d


#1e500d Border Color

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

This div border color is #1e500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e500d


Comments

No comments written yet.

Please login to write comment.