Color Hex Logo

#119799 Color Hex

#119799
(17,151,153)
0 Favorites   0 Comments

Color spaces of #119799

RGB 17151153
HSL0.500.800.33
HSV181°89°60°
CMYK 0.890.010.00   0.40
XYZ17.047524.552333.9776
Yxy24.55230.22560.3249
Hunter Lab49.5503-25.3010-5.9711
CIE-Lab56.6366-31.1136-10.4211

#119799 color RGB value is (17,151,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010111 10011001
Octal 21 227 231
Decimal 17 151 153
Hex 11 97 99

RGB Percentages of Color #119799

%5.30
%47.04
%47.66

CMYK Percentages of Color #119799

%89
%1
%0
%40

Triadic Colors of #119799

#119799 #991197 #979911

Analogous Colors of #119799

#119799 #115399 #119957

Monochromatic Colors of #119799

#119799

Complementary Color

#119799 #991311

#119799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119799 Color CSS Codes

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

#119799 Text Font Color

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

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


#119799 Background Color

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

This div background color is #119799


#119799 Border Color

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

This div border color is #119799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119799


Comments

No comments written yet.

Please login to write comment.