Color Hex Logo

#116950 Color Hex

#116950
(17,105,80)
0 Favorites   0 Comments

Color spaces of #116950

RGB 1710580
HSL0.450.720.24
HSV163°84°41°
CMYK 0.840.000.24   0.59
XYZ6.730710.80159.3196
Yxy10.80150.25070.4023
Hunter Lab32.8656-20.95916.1933
CIE-Lab39.2441-31.26087.1079

#116950 color RGB value is (17,105,80).

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

The process color (four color CMYK) of #116950 color hex is 0.84, 0.00, 0.24, 0.59. Web safe color of #116950 is #006666. Color #116950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101001 01010000
Octal 21 151 120
Decimal 17 105 80
Hex 11 69 50

RGB Percentages of Color #116950

%8.42
%51.98
%39.60

CMYK Percentages of Color #116950

%84
%0
%24
%59

Triadic Colors of #116950

#116950 #501169 #695011

Analogous Colors of #116950

#116950 #115669 #116924

Monochromatic Colors of #116950

#116950

Complementary Color

#116950 #69112a

#116950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116950 Color CSS Codes

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

#116950 Text Font Color

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

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


#116950 Background Color

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

This div background color is #116950


#116950 Border Color

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

This div border color is #116950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116950


Comments

No comments written yet.

Please login to write comment.