Color Hex Logo

#119d69 Color Hex

#119D69
(17,157,105)
0 Favorites   0 Comments

Color spaces of #119d69

RGB 17157105
HSL0.440.800.34
HSV158°89°62°
CMYK 0.890.000.33   0.38
XYZ14.837925.253017.4569
Yxy25.25300.25780.4388
Hunter Lab50.2524-35.236314.5802
CIE-Lab57.3211-46.814717.7650

#119d69 color RGB value is (17,157,105).

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

The process color (four color CMYK) of #119d69 color hex is 0.89, 0.00, 0.33, 0.38. Web safe color of #119d69 is #009966. Color #119d69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011101 01101001
Octal 21 235 151
Decimal 17 157 105
Hex 11 9D 69

RGB Percentages of Color #119d69

%6.09
%56.27
%37.63

CMYK Percentages of Color #119d69

%89
%0
%33
%38

Triadic Colors of #119d69

#119d69 #69119d #9d6911

Analogous Colors of #119d69

#119d69 #118b9d #119d23

Monochromatic Colors of #119d69

#119d69

Complementary Color

#119d69 #9d1145

#119d69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119d69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119d69 Color CSS Codes

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

#119d69 Text Font Color

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

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


#119d69 Background Color

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

This div background color is #119d69


#119d69 Border Color

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

This div border color is #119d69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119d69


Comments

No comments written yet.

Please login to write comment.