Color Hex Logo

#109abd Color Hex

#109ABD
(16,154,189)
0 Favorites   0 Comments

Color spaces of #109abd

RGB 16154189
HSL0.530.840.40
HSV192°92°74°
CMYK 0.920.190.00   0.26
XYZ20.954626.895552.2310
Yxy26.89550.20940.2687
Hunter Lab51.8609-18.6329-23.4105
CIE-Lab58.8775-20.6944-27.4628

#109abd color RGB value is (16,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011010 10111101
Octal 20 232 275
Decimal 16 154 189
Hex 10 9A BD

RGB Percentages of Color #109abd

%4.46
%42.90
%52.65

CMYK Percentages of Color #109abd

%92
%19
%0
%26

Triadic Colors of #109abd

#109abd #bd109a #9abd10

Analogous Colors of #109abd

#109abd #1044bd #10bd8a

Monochromatic Colors of #109abd

#109abd

Complementary Color

#109abd #bd3310

#109abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#109abd Color CSS Codes

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

#109abd Text Font Color

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

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


#109abd Background Color

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

This div background color is #109abd


#109abd Border Color

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

This div border color is #109abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109abd


Comments

No comments written yet.

Please login to write comment.