Color Hex Logo

#116276 Color Hex

#116276
(17,98,118)
0 Favorites   0 Comments

Color spaces of #116276

RGB 1798118
HSL0.530.750.26
HSV192°86°46°
CMYK 0.860.170.00   0.54
XYZ7.868910.162518.6864
Yxy10.16250.21430.2768
Hunter Lab31.8787-11.7269-12.4391
CIE-Lab38.1325-15.4107-17.8119

#116276 color RGB value is (17,98,118).

#116276 hex color red value is 17, green value is 98 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #116276 hue: 0.53 , saturation: 0.75 and the lightness value of 116276 is 0.26.

The process color (four color CMYK) of #116276 color hex is 0.86, 0.17, 0.00, 0.54. Web safe color of #116276 is #006666. Color #116276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100010 01110110
Octal 21 142 166
Decimal 17 98 118
Hex 11 62 76

RGB Percentages of Color #116276

%7.30
%42.06
%50.64

CMYK Percentages of Color #116276

%86
%17
%0
%54

Triadic Colors of #116276

#116276 #761162 #627611

Analogous Colors of #116276

#116276 #112f76 #117658

Monochromatic Colors of #116276

#116276

Complementary Color

#116276 #762511

#116276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116276 Color CSS Codes

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

#116276 Text Font Color

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

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


#116276 Background Color

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

This div background color is #116276


#116276 Border Color

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

This div border color is #116276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116276


Comments

No comments written yet.

Please login to write comment.