Color Hex Logo

#109ebe Color Hex

#109EBE
(16,158,190)
0 Favorites   0 Comments

Color spaces of #109ebe

RGB 16158190
HSL0.530.840.40
HSV191°92°75°
CMYK 0.920.170.00   0.25
XYZ21.734828.281653.0285
Yxy28.28160.21090.2745
Hunter Lab53.1804-20.1130-21.8943
CIE-Lab60.1423-22.4430-26.0749

#109ebe color RGB value is (16,158,190).

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

The process color (four color CMYK) of #109ebe color hex is 0.92, 0.17, 0.00, 0.25. Web safe color of #109ebe is #0099cc. Color #109ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011110 10111110
Octal 20 236 276
Decimal 16 158 190
Hex 10 9E BE

RGB Percentages of Color #109ebe

%4.40
%43.41
%52.20

CMYK Percentages of Color #109ebe

%92
%17
%0
%25

Triadic Colors of #109ebe

#109ebe #be109e #9ebe10

Analogous Colors of #109ebe

#109ebe #1047be #10be87

Monochromatic Colors of #109ebe

#109ebe

Complementary Color

#109ebe #be3010

#109ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#109ebe Color CSS Codes

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

#109ebe Text Font Color

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

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


#109ebe Background Color

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

This div background color is #109ebe


#109ebe Border Color

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

This div border color is #109ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,158,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109ebe


Comments

No comments written yet.

Please login to write comment.