Color Hex Logo

#116eba Color Hex

#116EBA
(17,110,186)
0 Favorites   0 Comments

Color spaces of #116eba

RGB 17110186
HSL0.570.830.40
HSV207°91°73°
CMYK 0.910.410.00   0.27
XYZ14.670014.816248.5410
Yxy14.81620.18800.1899
Hunter Lab38.49180.6692-47.8248
CIE-Lab45.38143.6301-46.9546

#116eba color RGB value is (17,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101110 10111010
Octal 21 156 272
Decimal 17 110 186
Hex 11 6E BA

RGB Percentages of Color #116eba

%5.43
%35.14
%59.42

CMYK Percentages of Color #116eba

%91
%41
%0
%27

Triadic Colors of #116eba

#116eba #ba116e #6eba11

Analogous Colors of #116eba

#116eba #111aba #11bab2

Monochromatic Colors of #116eba

#116eba

Complementary Color

#116eba #ba5d11

#116eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#116eba Color CSS Codes

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

#116eba Text Font Color

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

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


#116eba Background Color

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

This div background color is #116eba


#116eba Border Color

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

This div border color is #116eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116eba


Comments

No comments written yet.

Please login to write comment.