Color Hex Logo

#116dfe Color Hex

#116DFE
(17,109,254)
0 Favorites   0 Comments

Color spaces of #116dfe

RGB 17109254
HSL0.600.990.53
HSV217°93°100°
CMYK 0.930.570.00   0.00
XYZ23.589218.212296.0380
Yxy18.21220.17110.1321
Hunter Lab42.675823.9840-103.5539
CIE-Lab49.752530.8001-78.4377

#116dfe color RGB value is (17,109,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 11111110
Octal 21 155 376
Decimal 17 109 254
Hex 11 6D FE

RGB Percentages of Color #116dfe

%4.47
%28.68
%66.84

CMYK Percentages of Color #116dfe

%93
%57
%0
%0

Triadic Colors of #116dfe

#116dfe #fe116d #6dfe11

Analogous Colors of #116dfe

#116dfe #2c11fe #11e4fe

Monochromatic Colors of #116dfe

#116dfe

Complementary Color

#116dfe #fea211

#116dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#116dfe Color CSS Codes

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

#116dfe Text Font Color

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

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


#116dfe Background Color

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

This div background color is #116dfe


#116dfe Border Color

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

This div border color is #116dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116dfe


Comments

No comments written yet.

Please login to write comment.