Color Hex Logo

#116bce Color Hex

#116BCE
(17,107,206)
0 Favorites   0 Comments

Color spaces of #116bce

RGB 17107206
HSL0.590.850.44
HSV211°92°81°
CMYK 0.920.480.00   0.19
XYZ16.629415.090860.4289
Yxy15.09080.18050.1638
Hunter Lab38.84698.4295-65.0367
CIE-Lab45.758313.4512-57.8784

#116bce color RGB value is (17,107,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101011 11001110
Octal 21 153 316
Decimal 17 107 206
Hex 11 6B CE

RGB Percentages of Color #116bce

%5.15
%32.42
%62.42

CMYK Percentages of Color #116bce

%92
%48
%0
%19

Triadic Colors of #116bce

#116bce #ce116b #6bce11

Analogous Colors of #116bce

#116bce #1611ce #11cace

Monochromatic Colors of #116bce

#116bce

Complementary Color

#116bce #ce7411

#116bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#116bce Color CSS Codes

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

#116bce Text Font Color

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

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


#116bce Background Color

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

This div background color is #116bce


#116bce Border Color

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

This div border color is #116bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,107,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 #116bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116bce


Comments

No comments written yet.

Please login to write comment.