Color Hex Logo

#116dfd Color Hex

#116DFD
(17,109,253)
0 Favorites   0 Comments

Color spaces of #116dfd

RGB 17109253
HSL0.600.980.53
HSV217°93°99°
CMYK 0.930.570.00   0.01
XYZ23.429418.148395.1966
Yxy18.14830.17130.1327
Hunter Lab42.600823.6192-102.6700
CIE-Lab49.675530.4208-78.0086

#116dfd color RGB value is (17,109,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 11111101
Octal 21 155 375
Decimal 17 109 253
Hex 11 6D FD

RGB Percentages of Color #116dfd

%4.49
%28.76
%66.75

CMYK Percentages of Color #116dfd

%93
%57
%0
%1

Triadic Colors of #116dfd

#116dfd #fd116d #6dfd11

Analogous Colors of #116dfd

#116dfd #2b11fd #11e3fd

Monochromatic Colors of #116dfd

#116dfd

Complementary Color

#116dfd #fda111

#116dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#116dfd Color CSS Codes

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

#116dfd Text Font Color

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

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


#116dfd Background Color

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

This div background color is #116dfd


#116dfd Border Color

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

This div border color is #116dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.