Color Hex Logo

#116abc Color Hex

#116ABC
(17,106,188)
0 Favorites   0 Comments

Color spaces of #116abc

RGB 17106188
HSL0.580.830.40
HSV209°91°74°
CMYK 0.910.440.00   0.26
XYZ14.462314.058149.5282
Yxy14.05810.18530.1801
Hunter Lab37.49413.2366-52.0737
CIE-Lab44.31616.9501-49.8200

#116abc color RGB value is (17,106,188).

#116abc hex color red value is 17, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #116abc hue: 0.58 , saturation: 0.83 and the lightness value of 116abc is 0.40.

The process color (four color CMYK) of #116abc color hex is 0.91, 0.44, 0.00, 0.26. Web safe color of #116abc is #0066cc. Color #116abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101010 10111100
Octal 21 152 274
Decimal 17 106 188
Hex 11 6A BC

RGB Percentages of Color #116abc

%5.47
%34.08
%60.45

CMYK Percentages of Color #116abc

%91
%44
%0
%26

Triadic Colors of #116abc

#116abc #bc116a #6abc11

Analogous Colors of #116abc

#116abc #1115bc #11bcb9

Monochromatic Colors of #116abc

#116abc

Complementary Color

#116abc #bc6311

#116abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#116abc Color CSS Codes

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

#116abc Text Font Color

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

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


#116abc Background Color

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

This div background color is #116abc


#116abc Border Color

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

This div border color is #116abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116abc


Comments

No comments written yet.

Please login to write comment.