Color Hex Logo

#116759 Color Hex

#116759
(17,103,89)
0 Favorites   0 Comments

Color spaces of #116759

RGB 1710389
HSL0.470.720.24
HSV170°83°40°
CMYK 0.830.000.14   0.60
XYZ6.884610.540911.1229
Yxy10.54090.24120.3692
Hunter Lab32.4668-18.96582.4144
CIE-Lab38.7962-27.76540.9825

#116759 color RGB value is (17,103,89).

#116759 hex color red value is 17, green value is 103 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #116759 hue: 0.47 , saturation: 0.72 and the lightness value of 116759 is 0.24.

The process color (four color CMYK) of #116759 color hex is 0.83, 0.00, 0.14, 0.60. Web safe color of #116759 is #006666. Color #116759 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100111 01011001
Octal 21 147 131
Decimal 17 103 89
Hex 11 67 59

RGB Percentages of Color #116759

%8.13
%49.28
%42.58

CMYK Percentages of Color #116759

%83
%0
%14
%60

Triadic Colors of #116759

#116759 #591167 #675911

Analogous Colors of #116759

#116759 #114a67 #11672e

Monochromatic Colors of #116759

#116759

Complementary Color

#116759 #67111f

#116759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116759 Color CSS Codes

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

#116759 Text Font Color

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

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


#116759 Background Color

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

This div background color is #116759


#116759 Border Color

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

This div border color is #116759


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,103,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #116759; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #116759;
  -webkit-box-shadow: 1px 1px 3px 2px #116759;
  box-shadow:         1px 1px 3px 2px #116759; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116759


Comments

No comments written yet.

Please login to write comment.