Color Hex Logo

#115950 Color Hex

#115950
(17,89,80)
0 Favorites   0 Comments

Color spaces of #115950

RGB 178980
HSL0.480.680.21
HSV173°81°35°
CMYK 0.810.000.10   0.65
XYZ5.25157.84318.8265
Yxy7.84310.23960.3578
Hunter Lab28.0055-15.53800.9175
CIE-Lab33.6540-23.5886-0.9475

#115950 color RGB value is (17,89,80).

#115950 hex color red value is 17, green value is 89 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #115950 hue: 0.48 , saturation: 0.68 and the lightness value of 115950 is 0.21.

The process color (four color CMYK) of #115950 color hex is 0.81, 0.00, 0.10, 0.65. Web safe color of #115950 is #006666. Color #115950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011001 01010000
Octal 21 131 120
Decimal 17 89 80
Hex 11 59 50

RGB Percentages of Color #115950

%9.14
%47.85
%43.01

CMYK Percentages of Color #115950

%81
%0
%10
%65

Triadic Colors of #115950

#115950 #501159 #595011

Analogous Colors of #115950

#115950 #113e59 #11592c

Monochromatic Colors of #115950

#115950

Complementary Color

#115950 #59111a

#115950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115950 Color CSS Codes

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

#115950 Text Font Color

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

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


#115950 Background Color

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

This div background color is #115950


#115950 Border Color

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

This div border color is #115950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115950


Comments

No comments written yet.

Please login to write comment.