Color Hex Logo

#109cbd Color Hex

#109CBD
(16,156,189)
0 Favorites   0 Comments

Color spaces of #109cbd

RGB 16156189
HSL0.530.840.40
HSV191°92°74°
CMYK 0.920.170.00   0.26
XYZ21.287527.561252.3420
Yxy27.56120.21040.2724
Hunter Lab52.4988-19.4936-22.3638
CIE-Lab59.4902-21.7444-26.5172

#109cbd color RGB value is (16,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011100 10111101
Octal 20 234 275
Decimal 16 156 189
Hex 10 9C BD

RGB Percentages of Color #109cbd

%4.43
%43.21
%52.35

CMYK Percentages of Color #109cbd

%92
%17
%0
%26

Triadic Colors of #109cbd

#109cbd #bd109c #9cbd10

Analogous Colors of #109cbd

#109cbd #1046bd #10bd88

Monochromatic Colors of #109cbd

#109cbd

Complementary Color

#109cbd #bd3110

#109cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#109cbd Color CSS Codes

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

#109cbd Text Font Color

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

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


#109cbd Background Color

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

This div background color is #109cbd


#109cbd Border Color

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

This div border color is #109cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109cbd


Comments

No comments written yet.

Please login to write comment.