Color Hex Logo

#116eaa Color Hex

#116EAA
(17,110,170)
0 Favorites   0 Comments

Color spaces of #116eaa

RGB 17110170
HSL0.570.820.37
HSV204°90°67°
CMYK 0.900.350.00   0.33
XYZ13.062814.173340.0774
Yxy14.17330.19410.2106
Hunter Lab37.6474-3.9476-36.7637
CIE-Lab44.4804-2.6621-39.0554

#116eaa color RGB value is (17,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101110 10101010
Octal 21 156 252
Decimal 17 110 170
Hex 11 6E AA

RGB Percentages of Color #116eaa

%5.72
%37.04
%57.24

CMYK Percentages of Color #116eaa

%90
%35
%0
%33

Triadic Colors of #116eaa

#116eaa #aa116e #6eaa11

Analogous Colors of #116eaa

#116eaa #1121aa #11aa9a

Monochromatic Colors of #116eaa

#116eaa

Complementary Color

#116eaa #aa4d11

#116eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#116eaa Color CSS Codes

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

#116eaa Text Font Color

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

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


#116eaa Background Color

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

This div background color is #116eaa


#116eaa Border Color

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

This div border color is #116eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116eaa


Comments

No comments written yet.

Please login to write comment.