Color Hex Logo

#119980 Color Hex

#119980
(17,153,128)
0 Favorites   0 Comments

Color spaces of #119980

RGB 17153128
HSL0.470.800.33
HSV169°89°60°
CMYK 0.890.000.16   0.40
XYZ15.518724.460124.3254
Yxy24.46010.24130.3804
Hunter Lab49.4572-30.54025.4583
CIE-Lab56.5455-39.41563.7219

#119980 color RGB value is (17,153,128).

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

The process color (four color CMYK) of #119980 color hex is 0.89, 0.00, 0.16, 0.40. Web safe color of #119980 is #009999. Color #119980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011001 10000000
Octal 21 231 200
Decimal 17 153 128
Hex 11 99 80

RGB Percentages of Color #119980

%5.70
%51.34
%42.95

CMYK Percentages of Color #119980

%89
%0
%16
%40

Triadic Colors of #119980

#119980 #801199 #998011

Analogous Colors of #119980

#119980 #116e99 #11993c

Monochromatic Colors of #119980

#119980

Complementary Color

#119980 #99112a

#119980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119980 Color CSS Codes

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

#119980 Text Font Color

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

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


#119980 Background Color

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

This div background color is #119980


#119980 Border Color

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

This div border color is #119980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119980


Comments

No comments written yet.

Please login to write comment.