Color Hex Logo

#119188 Color Hex

#119188
(17,145,136)
0 Favorites   0 Comments

Color spaces of #119188

RGB 17145136
HSL0.490.790.32
HSV176°88°57°
CMYK 0.880.000.06   0.43
XYZ14.800522.147526.7874
Yxy22.14750.23220.3475
Hunter Lab47.0611-26.2196-0.8053
CIE-Lab54.1832-33.5154-4.3145

#119188 color RGB value is (17,145,136).

#119188 hex color red value is 17, green value is 145 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #119188 hue: 0.49 , saturation: 0.79 and the lightness value of 119188 is 0.32.

The process color (four color CMYK) of #119188 color hex is 0.88, 0.00, 0.06, 0.43. Web safe color of #119188 is #009999. Color #119188 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010001 10001000
Octal 21 221 210
Decimal 17 145 136
Hex 11 91 88

RGB Percentages of Color #119188

%5.70
%48.66
%45.64

CMYK Percentages of Color #119188

%88
%0
%6
%43

Triadic Colors of #119188

#119188 #881191 #918811

Analogous Colors of #119188

#119188 #115a91 #119148

Monochromatic Colors of #119188

#119188

Complementary Color

#119188 #91111a

#119188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119188 Color CSS Codes

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

#119188 Text Font Color

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

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


#119188 Background Color

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

This div background color is #119188


#119188 Border Color

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

This div border color is #119188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119188


Comments

No comments written yet.

Please login to write comment.