Color Hex Logo

#109aba Color Hex

#109ABA
(16,154,186)
0 Favorites   0 Comments

Color spaces of #109aba

RGB 16154186
HSL0.530.840.40
HSV191°91°73°
CMYK 0.910.170.00   0.27
XYZ20.632226.766550.5334
Yxy26.76650.21070.2733
Hunter Lab51.7364-19.3537-21.6960
CIE-Lab58.7576-21.7347-25.9546

#109aba color RGB value is (16,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011010 10111010
Octal 20 232 272
Decimal 16 154 186
Hex 10 9A BA

RGB Percentages of Color #109aba

%4.49
%43.26
%52.25

CMYK Percentages of Color #109aba

%91
%17
%0
%27

Triadic Colors of #109aba

#109aba #ba109a #9aba10

Analogous Colors of #109aba

#109aba #1045ba #10ba85

Monochromatic Colors of #109aba

#109aba

Complementary Color

#109aba #ba3010

#109aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#109aba Color CSS Codes

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

#109aba Text Font Color

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

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


#109aba Background Color

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

This div background color is #109aba


#109aba Border Color

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

This div border color is #109aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109aba


Comments

No comments written yet.

Please login to write comment.