Color Hex Logo

#116caa Color Hex

#116CAA
(17,108,170)
0 Favorites   0 Comments

Color spaces of #116caa

RGB 17108170
HSL0.570.820.37
HSV204°90°67°
CMYK 0.900.360.00   0.33
XYZ12.849413.746640.0063
Yxy13.74660.19290.2064
Hunter Lab37.0764-3.0218-38.0218
CIE-Lab43.8673-1.4321-40.0277

#116caa color RGB value is (17,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101100 10101010
Octal 21 154 252
Decimal 17 108 170
Hex 11 6C AA

RGB Percentages of Color #116caa

%5.76
%36.61
%57.63

CMYK Percentages of Color #116caa

%90
%36
%0
%33

Triadic Colors of #116caa

#116caa #aa116c #6caa11

Analogous Colors of #116caa

#116caa #1120aa #11aa9c

Monochromatic Colors of #116caa

#116caa

Complementary Color

#116caa #aa4f11

#116caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#116caa Color CSS Codes

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

#116caa Text Font Color

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

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


#116caa Background Color

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

This div background color is #116caa


#116caa Border Color

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

This div border color is #116caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116caa


Comments

No comments written yet.

Please login to write comment.