Color Hex Logo

#116abb Color Hex

#116ABB
(17,106,187)
0 Favorites   0 Comments

Color spaces of #116abb

RGB 17106187
HSL0.580.830.40
HSV209°91°73°
CMYK 0.910.430.00   0.27
XYZ14.354814.015148.9623
Yxy14.01510.18560.1812
Hunter Lab37.43672.9300-51.3377
CIE-Lab44.25466.5524-49.3381

#116abb color RGB value is (17,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101010 10111011
Octal 21 152 273
Decimal 17 106 187
Hex 11 6A BB

RGB Percentages of Color #116abb

%5.48
%34.19
%60.32

CMYK Percentages of Color #116abb

%91
%43
%0
%27

Triadic Colors of #116abb

#116abb #bb116a #6abb11

Analogous Colors of #116abb

#116abb #1115bb #11bbb7

Monochromatic Colors of #116abb

#116abb

Complementary Color

#116abb #bb6211

#116abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#116abb Color CSS Codes

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

#116abb Text Font Color

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

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


#116abb Background Color

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

This div background color is #116abb


#116abb Border Color

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

This div border color is #116abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116abb


Comments

No comments written yet.

Please login to write comment.