Color Hex Logo

#119580 Color Hex

#119580
(17,149,128)
0 Favorites   0 Comments

Color spaces of #119580

RGB 17149128
HSL0.470.800.33
HSV170°89°58°
CMYK 0.890.000.14   0.42
XYZ14.874923.172624.1108
Yxy23.17260.23930.3728
Hunter Lab48.1379-29.08384.0000
CIE-Lab55.2497-37.66251.8456

#119580 color RGB value is (17,149,128).

#119580 hex color red value is 17, green value is 149 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #119580 hue: 0.47 , saturation: 0.80 and the lightness value of 119580 is 0.33.

The process color (four color CMYK) of #119580 color hex is 0.89, 0.00, 0.14, 0.42. Web safe color of #119580 is #009999. Color #119580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010101 10000000
Octal 21 225 200
Decimal 17 149 128
Hex 11 95 80

RGB Percentages of Color #119580

%5.78
%50.68
%43.54

CMYK Percentages of Color #119580

%89
%0
%14
%42

Triadic Colors of #119580

#119580 #801195 #958011

Analogous Colors of #119580

#119580 #116895 #11953e

Monochromatic Colors of #119580

#119580

Complementary Color

#119580 #951126

#119580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119580 Color CSS Codes

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

#119580 Text Font Color

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

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


#119580 Background Color

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

This div background color is #119580


#119580 Border Color

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

This div border color is #119580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119580


Comments

No comments written yet.

Please login to write comment.