Color Hex Logo

#116dde Color Hex

#116DDE
(17,109,222)
0 Favorites   0 Comments

Color spaces of #116dde

RGB 17109222
HSL0.590.860.47
HSV213°92°87°
CMYK 0.920.510.00   0.13
XYZ18.884616.330471.2640
Yxy16.33040.17740.1534
Hunter Lab40.410912.6966-76.2694
CIE-Lab47.405018.4630-64.3278

#116dde color RGB value is (17,109,222).

#116dde hex color red value is 17, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #116dde hue: 0.59 , saturation: 0.86 and the lightness value of 116dde is 0.47.

The process color (four color CMYK) of #116dde color hex is 0.92, 0.51, 0.00, 0.13. Web safe color of #116dde is #0066cc. Color #116dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 11011110
Octal 21 155 336
Decimal 17 109 222
Hex 11 6D DE

RGB Percentages of Color #116dde

%4.89
%31.32
%63.79

CMYK Percentages of Color #116dde

%92
%51
%0
%13

Triadic Colors of #116dde

#116dde #de116d #6dde11

Analogous Colors of #116dde

#116dde #1c11de #11d4de

Monochromatic Colors of #116dde

#116dde

Complementary Color

#116dde #de8211

#116dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#116dde Color CSS Codes

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

#116dde Text Font Color

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

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


#116dde Background Color

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

This div background color is #116dde


#116dde Border Color

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

This div border color is #116dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116dde


Comments

No comments written yet.

Please login to write comment.