Color Hex Logo

#116beb Color Hex

#116BEB
(17,107,235)
0 Favorites   0 Comments

Color spaces of #116beb

RGB 17107235
HSL0.600.870.49
HSV215°93°92°
CMYK 0.930.540.00   0.08
XYZ20.484316.632780.7281
Yxy16.63270.17380.1411
Hunter Lab40.783218.2851-88.8130
CIE-Lab47.793924.8029-71.0271

#116beb color RGB value is (17,107,235).

#116beb hex color red value is 17, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #116beb hue: 0.60 , saturation: 0.87 and the lightness value of 116beb is 0.49.

The process color (four color CMYK) of #116beb color hex is 0.93, 0.54, 0.00, 0.08. Web safe color of #116beb is #0066ff. Color #116beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101011 11101011
Octal 21 153 353
Decimal 17 107 235
Hex 11 6B EB

RGB Percentages of Color #116beb

%4.74
%29.81
%65.46

CMYK Percentages of Color #116beb

%93
%54
%0
%8

Triadic Colors of #116beb

#116beb #eb116b #6beb11

Analogous Colors of #116beb

#116beb #2411eb #11d8eb

Monochromatic Colors of #116beb

#116beb

Complementary Color

#116beb #eb9111

#116beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#116beb Color CSS Codes

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

#116beb Text Font Color

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

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


#116beb Background Color

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

This div background color is #116beb


#116beb Border Color

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

This div border color is #116beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116beb


Comments

No comments written yet.

Please login to write comment.