Color Hex Logo

#109baa Color Hex

#109BAA
(16,155,170)
0 Favorites   0 Comments

Color spaces of #109baa

RGB 16155170
HSL0.520.830.36
HSV186°91°67°
CMYK 0.910.090.00   0.33
XYZ19.190726.455142.1251
Yxy26.45510.21860.3014
Hunter Lab51.4345-23.4104-12.5546
CIE-Lab58.4665-27.6480-17.3421

#109baa color RGB value is (16,155,170).

#109baa hex color red value is 16, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #109baa hue: 0.52 , saturation: 0.83 and the lightness value of 109baa is 0.36.

The process color (four color CMYK) of #109baa color hex is 0.91, 0.09, 0.00, 0.33. Web safe color of #109baa is #009999. Color #109baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011011 10101010
Octal 20 233 252
Decimal 16 155 170
Hex 10 9B AA

RGB Percentages of Color #109baa

%4.69
%45.45
%49.85

CMYK Percentages of Color #109baa

%91
%9
%0
%33

Triadic Colors of #109baa

#109baa #aa109b #9baa10

Analogous Colors of #109baa

#109baa #104eaa #10aa6c

Monochromatic Colors of #109baa

#109baa

Complementary Color

#109baa #aa1f10

#109baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#109baa Color CSS Codes

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

#109baa Text Font Color

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

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


#109baa Background Color

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

This div background color is #109baa


#109baa Border Color

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

This div border color is #109baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109baa


Comments

No comments written yet.

Please login to write comment.