Color Hex Logo

#116cec Color Hex

#116CEC
(17,108,236)
0 Favorites   0 Comments

Color spaces of #116cec

RGB 17108236
HSL0.600.870.50
HSV215°93°93°
CMYK 0.930.540.00   0.07
XYZ20.734116.900481.5262
Yxy16.90040.17400.1418
Hunter Lab41.110118.0848-88.8020
CIE-Lab48.134324.5492-71.0347

#116cec color RGB value is (17,108,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101100 11101100
Octal 21 154 354
Decimal 17 108 236
Hex 11 6C EC

RGB Percentages of Color #116cec

%4.71
%29.92
%65.37

CMYK Percentages of Color #116cec

%93
%54
%0
%7

Triadic Colors of #116cec

#116cec #ec116c #6cec11

Analogous Colors of #116cec

#116cec #2311ec #11daec

Monochromatic Colors of #116cec

#116cec

Complementary Color

#116cec #ec9111

#116cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#116cec Color CSS Codes

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

#116cec Text Font Color

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

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


#116cec Background Color

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

This div background color is #116cec


#116cec Border Color

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

This div border color is #116cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116cec


Comments

No comments written yet.

Please login to write comment.