Color Hex Logo

#116ddf Color Hex

#116DDF
(17,109,223)
0 Favorites   0 Comments

Color spaces of #116ddf

RGB 17109223
HSL0.590.860.47
HSV213°92°87°
CMYK 0.920.510.00   0.13
XYZ19.019116.384271.9721
Yxy16.38420.17710.1526
Hunter Lab40.477413.0363-77.0882
CIE-Lab47.474618.8542-64.7811

#116ddf color RGB value is (17,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 11011111
Octal 21 155 337
Decimal 17 109 223
Hex 11 6D DF

RGB Percentages of Color #116ddf

%4.87
%31.23
%63.90

CMYK Percentages of Color #116ddf

%92
%51
%0
%13

Triadic Colors of #116ddf

#116ddf #df116d #6ddf11

Analogous Colors of #116ddf

#116ddf #1c11df #11d4df

Monochromatic Colors of #116ddf

#116ddf

Complementary Color

#116ddf #df8311

#116ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#116ddf Color CSS Codes

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

#116ddf Text Font Color

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

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


#116ddf Background Color

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

This div background color is #116ddf


#116ddf Border Color

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

This div border color is #116ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116ddf


Comments

No comments written yet.

Please login to write comment.