Color Hex Logo

#116977 Color Hex

#116977
(17,105,119)
0 Favorites   0 Comments

Color spaces of #116977

RGB 17105119
HSL0.520.750.27
HSV188°86°47°
CMYK 0.860.120.00   0.53
XYZ8.612511.554219.2290
Yxy11.55420.21860.2933
Hunter Lab33.9915-14.2581-9.7464
CIE-Lab40.4986-18.9507-14.7979

#116977 color RGB value is (17,105,119).

#116977 hex color red value is 17, green value is 105 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #116977 hue: 0.52 , saturation: 0.75 and the lightness value of 116977 is 0.27.

The process color (four color CMYK) of #116977 color hex is 0.86, 0.12, 0.00, 0.53. Web safe color of #116977 is #006666. Color #116977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101001 01110111
Octal 21 151 167
Decimal 17 105 119
Hex 11 69 77

RGB Percentages of Color #116977

%7.05
%43.57
%49.38

CMYK Percentages of Color #116977

%86
%12
%0
%53

Triadic Colors of #116977

#116977 #771169 #697711

Analogous Colors of #116977

#116977 #113677 #117752

Monochromatic Colors of #116977

#116977

Complementary Color

#116977 #771f11

#116977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116977 Color CSS Codes

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

#116977 Text Font Color

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

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


#116977 Background Color

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

This div background color is #116977


#116977 Border Color

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

This div border color is #116977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116977


Comments

No comments written yet.

Please login to write comment.