Color Hex Logo

#116eab Color Hex

#116EAB
(17,110,171)
0 Favorites   0 Comments

Color spaces of #116eab

RGB 17110171
HSL0.570.820.37
HSV204°90°67°
CMYK 0.900.360.00   0.33
XYZ13.157814.211340.5776
Yxy14.21130.19360.2092
Hunter Lab37.6979-3.6689-37.4306
CIE-Lab44.5344-2.2709-39.5561

#116eab color RGB value is (17,110,171).

#116eab hex color red value is 17, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #116eab hue: 0.57 , saturation: 0.82 and the lightness value of 116eab is 0.37.

The process color (four color CMYK) of #116eab color hex is 0.90, 0.36, 0.00, 0.33. Web safe color of #116eab is #006699. Color #116eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101110 10101011
Octal 21 156 253
Decimal 17 110 171
Hex 11 6E AB

RGB Percentages of Color #116eab

%5.70
%36.91
%57.38

CMYK Percentages of Color #116eab

%90
%36
%0
%33

Triadic Colors of #116eab

#116eab #ab116e #6eab11

Analogous Colors of #116eab

#116eab #1121ab #11ab9b

Monochromatic Colors of #116eab

#116eab

Complementary Color

#116eab #ab4e11

#116eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#116eab Color CSS Codes

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

#116eab Text Font Color

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

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


#116eab Background Color

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

This div background color is #116eab


#116eab Border Color

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

This div border color is #116eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116eab


Comments

No comments written yet.

Please login to write comment.