Color Hex Logo

#116dff Color Hex

#116DFF
(17,109,255)
0 Favorites   0 Comments

Color spaces of #116dff

RGB 17109255
HSL0.601.000.53
HSV217°93°100°
CMYK 0.930.570.00   0.00
XYZ23.749818.276496.8837
Yxy18.27640.17100.1316
Hunter Lab42.750924.3496-104.4396
CIE-Lab49.829631.1790-78.8660

#116dff color RGB value is (17,109,255).

#116dff hex color red value is 17, green value is 109 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #116dff hue: 0.60 , saturation: 1.00 and the lightness value of 116dff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 11111111
Octal 21 155 377
Decimal 17 109 255
Hex 11 6D FF

RGB Percentages of Color #116dff

%4.46
%28.61
%66.93

CMYK Percentages of Color #116dff

%93
%57
%0
%0

Triadic Colors of #116dff

#116dff #ff116d #6dff11

Analogous Colors of #116dff

#116dff #2c11ff #11e4ff

Monochromatic Colors of #116dff

#116dff

Complementary Color

#116dff #ffa311

#116dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#116dff Color CSS Codes

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

#116dff Text Font Color

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

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


#116dff Background Color

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

This div background color is #116dff


#116dff Border Color

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

This div border color is #116dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116dff


Comments

No comments written yet.

Please login to write comment.