Color Hex Logo

#116adc Color Hex

#116ADC
(17,106,220)
0 Favorites   0 Comments

Color spaces of #116adc

RGB 17106220
HSL0.590.860.46
HSV214°92°86°
CMYK 0.920.520.00   0.14
XYZ18.303515.594569.7555
Yxy15.59450.17660.1504
Hunter Lab39.489913.6272-77.0878
CIE-Lab46.437919.6077-64.7612

#116adc color RGB value is (17,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101010 11011100
Octal 21 152 334
Decimal 17 106 220
Hex 11 6A DC

RGB Percentages of Color #116adc

%4.96
%30.90
%64.14

CMYK Percentages of Color #116adc

%92
%52
%0
%14

Triadic Colors of #116adc

#116adc #dc116a #6adc11

Analogous Colors of #116adc

#116adc #1e11dc #11d0dc

Monochromatic Colors of #116adc

#116adc

Complementary Color

#116adc #dc8311

#116adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#116adc Color CSS Codes

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

#116adc Text Font Color

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

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


#116adc Background Color

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

This div background color is #116adc


#116adc Border Color

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

This div border color is #116adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116adc


Comments

No comments written yet.

Please login to write comment.