Color Hex Logo

#116bab Color Hex

#116BAB
(17,107,171)
0 Favorites   0 Comments

Color spaces of #116bab

RGB 17107171
HSL0.570.820.37
HSV205°90°67°
CMYK 0.900.370.00   0.33
XYZ12.839513.574840.4716
Yxy13.57480.19200.2030
Hunter Lab36.8440-2.2728-39.3368
CIE-Lab43.6169-0.4185-41.0127

#116bab color RGB value is (17,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101011 10101011
Octal 21 153 253
Decimal 17 107 171
Hex 11 6B AB

RGB Percentages of Color #116bab

%5.76
%36.27
%57.97

CMYK Percentages of Color #116bab

%90
%37
%0
%33

Triadic Colors of #116bab

#116bab #ab116b #6bab11

Analogous Colors of #116bab

#116bab #111eab #11ab9e

Monochromatic Colors of #116bab

#116bab

Complementary Color

#116bab #ab5111

#116bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#116bab Color CSS Codes

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

#116bab Text Font Color

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

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


#116bab Background Color

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

This div background color is #116bab


#116bab Border Color

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

This div border color is #116bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,107,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 #116bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116bab


Comments

No comments written yet.

Please login to write comment.