Color Hex Logo

#115c66 Color Hex

#115C66
(17,92,102)
0 Favorites   0 Comments

Color spaces of #115c66

RGB 1792102
HSL0.520.710.23
HSV187°83°40°
CMYK 0.830.100.00   0.60
XYZ6.45668.732813.9157
Yxy8.73280.22180.3000
Hunter Lab29.5513-12.7147-7.2337
CIE-Lab35.4647-17.8172-12.0101

#115c66 color RGB value is (17,92,102).

#115c66 hex color red value is 17, green value is 92 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #115c66 hue: 0.52 , saturation: 0.71 and the lightness value of 115c66 is 0.23.

The process color (four color CMYK) of #115c66 color hex is 0.83, 0.10, 0.00, 0.60. Web safe color of #115c66 is #006666. Color #115c66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011100 01100110
Octal 21 134 146
Decimal 17 92 102
Hex 11 5C 66

RGB Percentages of Color #115c66

%8.06
%43.60
%48.34

CMYK Percentages of Color #115c66

%83
%10
%0
%60

Triadic Colors of #115c66

#115c66 #66115c #5c6611

Analogous Colors of #115c66

#115c66 #113266 #116646

Monochromatic Colors of #115c66

#115c66

Complementary Color

#115c66 #661b11

#115c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115c66 Color CSS Codes

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

#115c66 Text Font Color

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

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


#115c66 Background Color

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

This div background color is #115c66


#115c66 Border Color

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

This div border color is #115c66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115c66


Comments

No comments written yet.

Please login to write comment.