Color Hex Logo

#109d1d Color Hex

#109D1D
(16,157,29)
0 Favorites   0 Comments

Color spaces of #109d1d

RGB 1615729
HSL0.350.820.34
HSV126°90°62°
CMYK 0.900.000.82   0.38
XYZ12.492424.31285.1968
Yxy24.31280.29740.5788
Hunter Lab49.3080-41.065328.2668
CIE-Lab56.3996-57.849652.2795

#109d1d color RGB value is (16,157,29).

#109d1d hex color red value is 16, green value is 157 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #109d1d hue: 0.35 , saturation: 0.82 and the lightness value of 109d1d is 0.34.

The process color (four color CMYK) of #109d1d color hex is 0.90, 0.00, 0.82, 0.38. Web safe color of #109d1d is #009933. Color #109d1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011101 00011101
Octal 20 235 35
Decimal 16 157 29
Hex 10 9D 1D

RGB Percentages of Color #109d1d

%7.92
%77.72
%14.36

CMYK Percentages of Color #109d1d

%90
%0
%82
%38

Triadic Colors of #109d1d

#109d1d #1d109d #9d1d10

Analogous Colors of #109d1d

#109d1d #109d64 #4a9d10

Monochromatic Colors of #109d1d

#109d1d

Complementary Color

#109d1d #9d1090

#109d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#109d1d Color CSS Codes

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

#109d1d Text Font Color

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

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


#109d1d Background Color

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

This div background color is #109d1d


#109d1d Border Color

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

This div border color is #109d1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,157,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #109d1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #109d1d;
  -webkit-box-shadow: 1px 1px 3px 2px #109d1d;
  box-shadow:         1px 1px 3px 2px #109d1d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109d1d


Comments

No comments written yet.

Please login to write comment.