Color Hex Logo

#116bdf Color Hex

#116BDF
(17,107,223)
0 Favorites   0 Comments

Color spaces of #116bdf

RGB 17107223
HSL0.590.860.47
HSV214°92°87°
CMYK 0.920.520.00   0.13
XYZ18.808115.962371.9018
Yxy15.96230.17630.1496
Hunter Lab39.952814.1127-78.7352
CIE-Lab46.925020.1376-65.6719

#116bdf color RGB value is (17,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101011 11011111
Octal 21 153 337
Decimal 17 107 223
Hex 11 6B DF

RGB Percentages of Color #116bdf

%4.90
%30.84
%64.27

CMYK Percentages of Color #116bdf

%92
%52
%0
%13

Triadic Colors of #116bdf

#116bdf #df116b #6bdf11

Analogous Colors of #116bdf

#116bdf #1e11df #11d2df

Monochromatic Colors of #116bdf

#116bdf

Complementary Color

#116bdf #df8511

#116bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#116bdf Color CSS Codes

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

#116bdf Text Font Color

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

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


#116bdf Background Color

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

This div background color is #116bdf


#116bdf Border Color

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

This div border color is #116bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116bdf


Comments

No comments written yet.

Please login to write comment.