Color Hex Logo

#109596 Color Hex

#109596
(16,149,150)
0 Favorites   0 Comments

Color spaces of #109596

RGB 16149150
HSL0.500.810.33
HSV180°89°59°
CMYK 0.890.010.00   0.41
XYZ16.466223.807132.5815
Yxy23.80710.22600.3268
Hunter Lab48.7925-25.1478-5.4365
CIE-Lab55.8941-31.1556-9.8171

#109596 color RGB value is (16,149,150).

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

The process color (four color CMYK) of #109596 color hex is 0.89, 0.01, 0.00, 0.41. Web safe color of #109596 is #009999. Color #109596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10010101 10010110
Octal 20 225 226
Decimal 16 149 150
Hex 10 95 96

RGB Percentages of Color #109596

%5.08
%47.30
%47.62

CMYK Percentages of Color #109596

%89
%1
%0
%41

Triadic Colors of #109596

#109596 #961095 #959610

Analogous Colors of #109596

#109596 #105296 #109654

Monochromatic Colors of #109596

#109596

Complementary Color

#109596 #961110

#109596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#109596 Color CSS Codes

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

#109596 Text Font Color

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

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


#109596 Background Color

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

This div background color is #109596


#109596 Border Color

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

This div border color is #109596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109596


Comments

No comments written yet.

Please login to write comment.