Color Hex Logo

#119680 Color Hex

#119680
(17,150,128)
0 Favorites   0 Comments

Color spaces of #119680

RGB 17150128
HSL0.470.800.33
HSV170°89°59°
CMYK 0.890.000.15   0.41
XYZ15.033823.490424.1638
Yxy23.49040.23980.3747
Hunter Lab48.4669-29.44874.3670
CIE-Lab55.5739-38.10412.3161

#119680 color RGB value is (17,150,128).

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

The process color (four color CMYK) of #119680 color hex is 0.89, 0.00, 0.15, 0.41. Web safe color of #119680 is #009999. Color #119680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010110 10000000
Octal 21 226 200
Decimal 17 150 128
Hex 11 96 80

RGB Percentages of Color #119680

%5.76
%50.85
%43.39

CMYK Percentages of Color #119680

%89
%0
%15
%41

Triadic Colors of #119680

#119680 #801196 #968011

Analogous Colors of #119680

#119680 #116a96 #11963e

Monochromatic Colors of #119680

#119680

Complementary Color

#119680 #961127

#119680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119680 Color CSS Codes

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

#119680 Text Font Color

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

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


#119680 Background Color

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

This div background color is #119680


#119680 Border Color

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

This div border color is #119680


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,150,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 #119680">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119680


Comments

No comments written yet.

Please login to write comment.