Color Hex Logo

#109dbd Color Hex

#109DBD
(16,157,189)
0 Favorites   0 Comments

Color spaces of #109dbd

RGB 16157189
HSL0.530.840.40
HSV191°92°74°
CMYK 0.920.170.00   0.26
XYZ21.456027.898252.3982
Yxy27.89820.21090.2742
Hunter Lab52.8187-19.9226-21.8448
CIE-Lab59.7967-22.2662-26.0449

#109dbd color RGB value is (16,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011101 10111101
Octal 20 235 275
Decimal 16 157 189
Hex 10 9D BD

RGB Percentages of Color #109dbd

%4.42
%43.37
%52.21

CMYK Percentages of Color #109dbd

%92
%17
%0
%26

Triadic Colors of #109dbd

#109dbd #bd109d #9dbd10

Analogous Colors of #109dbd

#109dbd #1047bd #10bd87

Monochromatic Colors of #109dbd

#109dbd

Complementary Color

#109dbd #bd3010

#109dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#109dbd Color CSS Codes

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

#109dbd Text Font Color

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

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


#109dbd Background Color

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

This div background color is #109dbd


#109dbd Border Color

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

This div border color is #109dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109dbd


Comments

No comments written yet.

Please login to write comment.