Color Hex Logo

#116d90 Color Hex

#116D90
(17,109,144)
0 Favorites   0 Comments

Color spaces of #116d90

RGB 17109144
HSL0.550.790.32
HSV197°88°56°
CMYK 0.880.240.00   0.44
XYZ10.733813.070128.3426
Yxy13.07010.20580.2506
Hunter Lab36.1526-10.2699-21.1749
CIE-Lab42.8687-12.0638-26.2020

#116d90 color RGB value is (17,109,144).

#116d90 hex color red value is 17, green value is 109 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #116d90 hue: 0.55 , saturation: 0.79 and the lightness value of 116d90 is 0.32.

The process color (four color CMYK) of #116d90 color hex is 0.88, 0.24, 0.00, 0.44. Web safe color of #116d90 is #006699. Color #116d90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 10010000
Octal 21 155 220
Decimal 17 109 144
Hex 11 6D 90

RGB Percentages of Color #116d90

%6.30
%40.37
%53.33

CMYK Percentages of Color #116d90

%88
%24
%0
%44

Triadic Colors of #116d90

#116d90 #90116d #6d9011

Analogous Colors of #116d90

#116d90 #112d90 #119074

Monochromatic Colors of #116d90

#116d90

Complementary Color

#116d90 #903411

#116d90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116d90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116d90 Color CSS Codes

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

#116d90 Text Font Color

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

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


#116d90 Background Color

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

This div background color is #116d90


#116d90 Border Color

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

This div border color is #116d90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116d90


Comments

No comments written yet.

Please login to write comment.