Color Hex Logo

#109399 Color Hex

#109399
(16,147,153)
0 Favorites   0 Comments

Color spaces of #109399

RGB 16147153
HSL0.510.810.33
HSV183°90°60°
CMYK 0.900.040.00   0.40
XYZ16.397223.277533.7658
Yxy23.27750.22330.3170
Hunter Lab48.2468-23.7666-7.7217
CIE-Lab55.3570-29.2303-12.3448

#109399 color RGB value is (16,147,153).

#109399 hex color red value is 16, green value is 147 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #109399 hue: 0.51 , saturation: 0.81 and the lightness value of 109399 is 0.33.

The process color (four color CMYK) of #109399 color hex is 0.90, 0.04, 0.00, 0.40. Web safe color of #109399 is #009999. Color #109399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10010011 10011001
Octal 20 223 231
Decimal 16 147 153
Hex 10 93 99

RGB Percentages of Color #109399

%5.06
%46.52
%48.42

CMYK Percentages of Color #109399

%90
%4
%0
%40

Triadic Colors of #109399

#109399 #991093 #939910

Analogous Colors of #109399

#109399 #104f99 #10995a

Monochromatic Colors of #109399

#109399

Complementary Color

#109399 #991610

#109399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#109399 Color CSS Codes

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

#109399 Text Font Color

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

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


#109399 Background Color

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

This div background color is #109399


#109399 Border Color

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

This div border color is #109399


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,147,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #109399; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #109399;
  -webkit-box-shadow: 1px 1px 3px 2px #109399;
  box-shadow:         1px 1px 3px 2px #109399; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109399


Comments

No comments written yet.

Please login to write comment.