Color Hex Logo

#109cbe Color Hex

#109CBE
(16,156,190)
0 Favorites   0 Comments

Color spaces of #109cbe

RGB 16156190
HSL0.530.840.40
HSV192°92°75°
CMYK 0.920.180.00   0.25
XYZ21.396427.604852.9157
Yxy27.60480.20990.2709
Hunter Lab52.5403-19.2535-22.9355
CIE-Lab59.5300-21.3990-27.0189

#109cbe color RGB value is (16,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011100 10111110
Octal 20 234 276
Decimal 16 156 190
Hex 10 9C BE

RGB Percentages of Color #109cbe

%4.42
%43.09
%52.49

CMYK Percentages of Color #109cbe

%92
%18
%0
%25

Triadic Colors of #109cbe

#109cbe #be109c #9cbe10

Analogous Colors of #109cbe

#109cbe #1045be #10be89

Monochromatic Colors of #109cbe

#109cbe

Complementary Color

#109cbe #be3210

#109cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#109cbe Color CSS Codes

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

#109cbe Text Font Color

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

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


#109cbe Background Color

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

This div background color is #109cbe


#109cbe Border Color

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

This div border color is #109cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109cbe


Comments

No comments written yet.

Please login to write comment.