Color Hex Logo

#116daa Color Hex

#116DAA
(17,109,170)
0 Favorites   0 Comments

Color spaces of #116daa

RGB 17109170
HSL0.570.820.37
HSV204°90°67°
CMYK 0.900.360.00   0.33
XYZ12.955513.958740.0417
Yxy13.95870.19350.2085
Hunter Lab37.3613-3.4853-37.3906
CIE-Lab44.1736-2.0481-39.5418

#116daa color RGB value is (17,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 10101010
Octal 21 155 252
Decimal 17 109 170
Hex 11 6D AA

RGB Percentages of Color #116daa

%5.74
%36.82
%57.43

CMYK Percentages of Color #116daa

%90
%36
%0
%33

Triadic Colors of #116daa

#116daa #aa116d #6daa11

Analogous Colors of #116daa

#116daa #1121aa #11aa9b

Monochromatic Colors of #116daa

#116daa

Complementary Color

#116daa #aa4e11

#116daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#116daa Color CSS Codes

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

#116daa Text Font Color

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

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


#116daa Background Color

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

This div background color is #116daa


#116daa Border Color

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

This div border color is #116daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116daa


Comments

No comments written yet.

Please login to write comment.