Color Hex Logo

#116ecc Color Hex

#116ECC
(17,110,204)
0 Favorites   0 Comments

Color spaces of #116ecc

RGB 17110204
HSL0.580.850.43
HSV210°92°80°
CMYK 0.920.460.00   0.20
XYZ16.706215.630759.2633
Yxy15.63070.18240.1706
Hunter Lab39.53576.2395-61.1997
CIE-Lab46.486210.7436-55.5598

#116ecc color RGB value is (17,110,204).

#116ecc hex color red value is 17, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #116ecc hue: 0.58 , saturation: 0.85 and the lightness value of 116ecc is 0.43.

The process color (four color CMYK) of #116ecc color hex is 0.92, 0.46, 0.00, 0.20. Web safe color of #116ecc is #0066cc. Color #116ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101110 11001100
Octal 21 156 314
Decimal 17 110 204
Hex 11 6E CC

RGB Percentages of Color #116ecc

%5.14
%33.23
%61.63

CMYK Percentages of Color #116ecc

%92
%46
%0
%20

Triadic Colors of #116ecc

#116ecc #cc116e #6ecc11

Analogous Colors of #116ecc

#116ecc #1211cc #11cccc

Monochromatic Colors of #116ecc

#116ecc

Complementary Color

#116ecc #cc6f11

#116ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#116ecc Color CSS Codes

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

#116ecc Text Font Color

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

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


#116ecc Background Color

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

This div background color is #116ecc


#116ecc Border Color

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

This div border color is #116ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116ecc


Comments

No comments written yet.

Please login to write comment.