Color Hex Logo

#116dcc Color Hex

#116DCC
(17,109,204)
0 Favorites   0 Comments

Color spaces of #116dcc

RGB 17109204
HSL0.580.850.43
HSV210°92°80°
CMYK 0.920.470.00   0.20
XYZ16.598915.416159.2275
Yxy15.41610.18190.1690
Hunter Lab39.26336.7515-61.9527
CIE-Lab46.198911.3809-56.0222

#116dcc color RGB value is (17,109,204).

#116dcc hex color red value is 17, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #116dcc hue: 0.58 , saturation: 0.85 and the lightness value of 116dcc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 11001100
Octal 21 155 314
Decimal 17 109 204
Hex 11 6D CC

RGB Percentages of Color #116dcc

%5.15
%33.03
%61.82

CMYK Percentages of Color #116dcc

%92
%47
%0
%20

Triadic Colors of #116dcc

#116dcc #cc116d #6dcc11

Analogous Colors of #116dcc

#116dcc #1311cc #11cbcc

Monochromatic Colors of #116dcc

#116dcc

Complementary Color

#116dcc #cc7011

#116dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#116dcc Color CSS Codes

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

#116dcc Text Font Color

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

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


#116dcc Background Color

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

This div background color is #116dcc


#116dcc Border Color

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

This div border color is #116dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116dcc


Comments

No comments written yet.

Please login to write comment.