Color Hex Logo

#116055 Color Hex

#116055
(17,96,85)
0 Favorites   0 Comments

Color spaces of #116055

RGB 179685
HSL0.480.700.22
HSV172°82°38°
CMYK 0.820.000.11   0.62
XYZ6.05379.140810.0396
Yxy9.14080.23990.3622
Hunter Lab30.2338-17.16801.4754
CIE-Lab36.2540-25.5544-0.2612

#116055 color RGB value is (17,96,85).

#116055 hex color red value is 17, green value is 96 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #116055 hue: 0.48 , saturation: 0.70 and the lightness value of 116055 is 0.22.

The process color (four color CMYK) of #116055 color hex is 0.82, 0.00, 0.11, 0.62. Web safe color of #116055 is #006666. Color #116055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100000 01010101
Octal 21 140 125
Decimal 17 96 85
Hex 11 60 55

RGB Percentages of Color #116055

%8.59
%48.48
%42.93

CMYK Percentages of Color #116055

%82
%0
%11
%62

Triadic Colors of #116055

#116055 #551160 #605511

Analogous Colors of #116055

#116055 #114460 #11602e

Monochromatic Colors of #116055

#116055

Complementary Color

#116055 #60111c

#116055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116055 Color CSS Codes

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

#116055 Text Font Color

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

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


#116055 Background Color

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

This div background color is #116055


#116055 Border Color

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

This div border color is #116055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116055


Comments

No comments written yet.

Please login to write comment.