Color Hex Logo

#116fce Color Hex

#116FCE
(17,111,206)
0 Favorites   0 Comments

Color spaces of #116fce

RGB 17111206
HSL0.580.850.44
HSV210°92°81°
CMYK 0.920.460.00   0.19
XYZ17.056215.944360.5711
Yxy15.94430.18230.1704
Hunter Lab39.93036.3681-61.9870
CIE-Lab46.901310.8967-56.0365

#116fce color RGB value is (17,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101111 11001110
Octal 21 157 316
Decimal 17 111 206
Hex 11 6F CE

RGB Percentages of Color #116fce

%5.09
%33.23
%61.68

CMYK Percentages of Color #116fce

%92
%46
%0
%19

Triadic Colors of #116fce

#116fce #ce116f #6fce11

Analogous Colors of #116fce

#116fce #1211ce #11cece

Monochromatic Colors of #116fce

#116fce

Complementary Color

#116fce #ce7011

#116fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#116fce Color CSS Codes

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

#116fce Text Font Color

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

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


#116fce Background Color

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

This div background color is #116fce


#116fce Border Color

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

This div border color is #116fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116fce


Comments

No comments written yet.

Please login to write comment.