Color Hex Logo

#116982 Color Hex

#116982
(17,105,130)
0 Favorites   0 Comments

Color spaces of #116982

RGB 17105130
HSL0.540.770.29
HSV193°87°51°
CMYK 0.870.190.00   0.49
XYZ9.312011.834022.9125
Yxy11.83400.21140.2686
Hunter Lab34.4006-11.8823-15.4097
CIE-Lab40.9511-14.9784-20.7685

#116982 color RGB value is (17,105,130).

#116982 hex color red value is 17, green value is 105 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #116982 hue: 0.54 , saturation: 0.77 and the lightness value of 116982 is 0.29.

The process color (four color CMYK) of #116982 color hex is 0.87, 0.19, 0.00, 0.49. Web safe color of #116982 is #006699. Color #116982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101001 10000010
Octal 21 151 202
Decimal 17 105 130
Hex 11 69 82

RGB Percentages of Color #116982

%6.75
%41.67
%51.59

CMYK Percentages of Color #116982

%87
%19
%0
%49

Triadic Colors of #116982

#116982 #821169 #698211

Analogous Colors of #116982

#116982 #113082 #118263

Monochromatic Colors of #116982

#116982

Complementary Color

#116982 #822a11

#116982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116982 Color CSS Codes

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

#116982 Text Font Color

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

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


#116982 Background Color

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

This div background color is #116982


#116982 Border Color

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

This div border color is #116982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,105,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #116982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #116982;
  -webkit-box-shadow: 1px 1px 3px 2px #116982;
  box-shadow:         1px 1px 3px 2px #116982; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116982


Comments

No comments written yet.

Please login to write comment.