Color Hex Logo

#116cdb Color Hex

#116CDB
(17,108,219)
0 Favorites   0 Comments

Color spaces of #116cdb

RGB 17108219
HSL0.590.860.46
HSV213°92°86°
CMYK 0.920.510.00   0.14
XYZ18.379915.958869.1295
Yxy15.95880.17760.1542
Hunter Lab39.948512.2163-74.6355
CIE-Lab46.920417.9293-63.4120

#116cdb color RGB value is (17,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101100 11011011
Octal 21 154 333
Decimal 17 108 219
Hex 11 6C DB

RGB Percentages of Color #116cdb

%4.94
%31.40
%63.66

CMYK Percentages of Color #116cdb

%92
%51
%0
%14

Triadic Colors of #116cdb

#116cdb #db116c #6cdb11

Analogous Colors of #116cdb

#116cdb #1b11db #11d1db

Monochromatic Colors of #116cdb

#116cdb

Complementary Color

#116cdb #db8011

#116cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#116cdb Color CSS Codes

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

#116cdb Text Font Color

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

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


#116cdb Background Color

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

This div background color is #116cdb


#116cdb Border Color

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

This div border color is #116cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116cdb


Comments

No comments written yet.

Please login to write comment.