Color Hex Logo

#116edb Color Hex

#116EDB
(17,110,219)
0 Favorites   0 Comments

Color spaces of #116edb

RGB 17110219
HSL0.590.860.46
HSV212°92°86°
CMYK 0.920.500.00   0.14
XYZ18.593316.385569.2006
Yxy16.38550.17850.1573
Hunter Lab40.479011.1525-73.0235
CIE-Lab47.476216.6480-62.5126

#116edb color RGB value is (17,110,219).

#116edb hex color red value is 17, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #116edb hue: 0.59 , saturation: 0.86 and the lightness value of 116edb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101110 11011011
Octal 21 156 333
Decimal 17 110 219
Hex 11 6E DB

RGB Percentages of Color #116edb

%4.91
%31.79
%63.29

CMYK Percentages of Color #116edb

%92
%50
%0
%14

Triadic Colors of #116edb

#116edb #db116e #6edb11

Analogous Colors of #116edb

#116edb #1911db #11d3db

Monochromatic Colors of #116edb

#116edb

Complementary Color

#116edb #db7e11

#116edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#116edb Color CSS Codes

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

#116edb Text Font Color

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

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


#116edb Background Color

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

This div background color is #116edb


#116edb Border Color

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

This div border color is #116edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116edb


Comments

No comments written yet.

Please login to write comment.