Color Hex Logo

#109ebb Color Hex

#109EBB
(16,158,187)
0 Favorites   0 Comments

Color spaces of #109ebb

RGB 16158187
HSL0.530.840.40
HSV190°91°73°
CMYK 0.910.160.00   0.27
XYZ21.410228.151751.3191
Yxy28.15170.21220.2791
Hunter Lab53.0582-20.8229-20.2059
CIE-Lab60.0255-23.4695-24.5669

#109ebb color RGB value is (16,158,187).

#109ebb hex color red value is 16, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #109ebb hue: 0.53 , saturation: 0.84 and the lightness value of 109ebb is 0.40.

The process color (four color CMYK) of #109ebb color hex is 0.91, 0.16, 0.00, 0.27. Web safe color of #109ebb is #0099cc. Color #109ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011110 10111011
Octal 20 236 273
Decimal 16 158 187
Hex 10 9E BB

RGB Percentages of Color #109ebb

%4.43
%43.77
%51.80

CMYK Percentages of Color #109ebb

%91
%16
%0
%27

Triadic Colors of #109ebb

#109ebb #bb109e #9ebb10

Analogous Colors of #109ebb

#109ebb #1048bb #10bb83

Monochromatic Colors of #109ebb

#109ebb

Complementary Color

#109ebb #bb2d10

#109ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#109ebb Color CSS Codes

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

#109ebb Text Font Color

<p style="color:#109ebb">Text here</p>

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


#109ebb Background Color

<div style="background-color:#109ebb">
Div content here</div>

This div background color is #109ebb


#109ebb Border Color

<div style="border:3px solid #109ebb">
Div here</div>

This div border color is #109ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,158,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #109ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #109ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #109ebb;
  box-shadow:         1px 1px 3px 2px #109ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,158,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 #109ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109ebb


Comments

No comments written yet.

Please login to write comment.