Color Hex Logo

#119d14 Color Hex

#119D14
(17,157,20)
0 Favorites   0 Comments

Color spaces of #119d14

RGB 1715720
HSL0.340.800.34
HSV121°89°62°
CMYK 0.890.000.87   0.38
XYZ12.414424.28364.6947
Yxy24.28360.29990.5867
Hunter Lab49.2784-41.268828.8464
CIE-Lab56.3706-58.254854.6455

#119d14 color RGB value is (17,157,20).

#119d14 hex color red value is 17, green value is 157 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #119d14 hue: 0.34 , saturation: 0.80 and the lightness value of 119d14 is 0.34.

The process color (four color CMYK) of #119d14 color hex is 0.89, 0.00, 0.87, 0.38. Web safe color of #119d14 is #009900. Color #119d14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011101 00010100
Octal 21 235 24
Decimal 17 157 20
Hex 11 9D 14

RGB Percentages of Color #119d14

%8.76
%80.93
%10.31

CMYK Percentages of Color #119d14

%89
%0
%87
%38

Triadic Colors of #119d14

#119d14 #14119d #9d1411

Analogous Colors of #119d14

#119d14 #119d5a #549d11

Monochromatic Colors of #119d14

#119d14

Complementary Color

#119d14 #9d119a

#119d14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119d14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119d14 Color CSS Codes

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

#119d14 Text Font Color

<p style="color:#119d14">Text here</p>

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


#119d14 Background Color

<div style="background-color:#119d14">
Div content here</div>

This div background color is #119d14


#119d14 Border Color

<div style="border:3px solid #119d14">
Div here</div>

This div border color is #119d14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,157,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #119d14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #119d14;
  -webkit-box-shadow: 1px 1px 3px 2px #119d14;
  box-shadow:         1px 1px 3px 2px #119d14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,157,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 #119d14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119d14


Comments

No comments written yet.

Please login to write comment.