Color Hex Logo

#116053 Color Hex

#116053
(17,96,83)
0 Favorites   0 Comments

Color spaces of #116053

RGB 179683
HSL0.470.700.22
HSV170°82°38°
CMYK 0.820.000.14   0.62
XYZ5.97549.10949.6270
Yxy9.10940.24180.3686
Hunter Lab30.1818-17.47862.2157
CIE-Lab36.1941-26.16080.8906

#116053 color RGB value is (17,96,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100000 01010011
Octal 21 140 123
Decimal 17 96 83
Hex 11 60 53

RGB Percentages of Color #116053

%8.67
%48.98
%42.35

CMYK Percentages of Color #116053

%82
%0
%14
%62

Triadic Colors of #116053

#116053 #531160 #605311

Analogous Colors of #116053

#116053 #114660 #11602c

Monochromatic Colors of #116053

#116053

Complementary Color

#116053 #60111e

#116053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116053 Color CSS Codes

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

#116053 Text Font Color

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

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


#116053 Background Color

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

This div background color is #116053


#116053 Border Color

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

This div border color is #116053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116053


Comments

No comments written yet.

Please login to write comment.