Color Hex Logo

#116baa Color Hex

#116BAA
(17,107,170)
0 Favorites   0 Comments

Color spaces of #116baa

RGB 17107170
HSL0.570.820.37
HSV205°90°67°
CMYK 0.900.370.00   0.33
XYZ12.744613.536839.9714
Yxy13.53680.19240.2043
Hunter Lab36.7924-2.5557-38.6582
CIE-Lab43.5612-0.8122-40.5138

#116baa color RGB value is (17,107,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101011 10101010
Octal 21 153 252
Decimal 17 107 170
Hex 11 6B AA

RGB Percentages of Color #116baa

%5.78
%36.39
%57.82

CMYK Percentages of Color #116baa

%90
%37
%0
%33

Triadic Colors of #116baa

#116baa #aa116b #6baa11

Analogous Colors of #116baa

#116baa #111eaa #11aa9d

Monochromatic Colors of #116baa

#116baa

Complementary Color

#116baa #aa5011

#116baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#116baa Color CSS Codes

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

#116baa Text Font Color

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

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


#116baa Background Color

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

This div background color is #116baa


#116baa Border Color

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

This div border color is #116baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116baa


Comments

No comments written yet.

Please login to write comment.