Color Hex Logo

#115f6d Color Hex

#115F6D
(17,95,109)
0 Favorites   0 Comments

Color spaces of #115f6d

RGB 1795109
HSL0.530.730.25
HSV189°84°43°
CMYK 0.840.130.00   0.57
XYZ7.08379.407715.9105
Yxy9.40770.21860.2903
Hunter Lab30.6720-12.4513-9.2852
CIE-Lab36.7577-16.9886-14.3812

#115f6d color RGB value is (17,95,109).

#115f6d hex color red value is 17, green value is 95 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #115f6d hue: 0.53 , saturation: 0.73 and the lightness value of 115f6d is 0.25.

The process color (four color CMYK) of #115f6d color hex is 0.84, 0.13, 0.00, 0.57. Web safe color of #115f6d is #006666. Color #115f6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011111 01101101
Octal 21 137 155
Decimal 17 95 109
Hex 11 5F 6D

RGB Percentages of Color #115f6d

%7.69
%42.99
%49.32

CMYK Percentages of Color #115f6d

%84
%13
%0
%57

Triadic Colors of #115f6d

#115f6d #6d115f #5f6d11

Analogous Colors of #115f6d

#115f6d #11316d #116d4d

Monochromatic Colors of #115f6d

#115f6d

Complementary Color

#115f6d #6d1f11

#115f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#115f6d Color CSS Codes

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

#115f6d Text Font Color

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

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


#115f6d Background Color

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

This div background color is #115f6d


#115f6d Border Color

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

This div border color is #115f6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,95,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115f6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115f6d;
  -webkit-box-shadow: 1px 1px 3px 2px #115f6d;
  box-shadow:         1px 1px 3px 2px #115f6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115f6d


Comments

No comments written yet.

Please login to write comment.