Color Hex Logo

#118995 Color Hex

#118995
(17,137,149)
0 Favorites   0 Comments

Color spaces of #118995

RGB 17137149
HSL0.520.800.33
HSV185°89°58°
CMYK 0.890.080.00   0.42
XYZ14.601620.180431.5594
Yxy20.18040.22010.3042
Hunter Lab44.9226-20.5951-10.2071
CIE-Lab52.0406-25.4906-15.0475

#118995 color RGB value is (17,137,149).

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

The process color (four color CMYK) of #118995 color hex is 0.89, 0.08, 0.00, 0.42. Web safe color of #118995 is #009999. Color #118995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001001 10010101
Octal 21 211 225
Decimal 17 137 149
Hex 11 89 95

RGB Percentages of Color #118995

%5.61
%45.21
%49.17

CMYK Percentages of Color #118995

%89
%8
%0
%42

Triadic Colors of #118995

#118995 #951189 #899511

Analogous Colors of #118995

#118995 #114795 #11955f

Monochromatic Colors of #118995

#118995

Complementary Color

#118995 #951d11

#118995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118995 Color CSS Codes

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

#118995 Text Font Color

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

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


#118995 Background Color

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

This div background color is #118995


#118995 Border Color

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

This div border color is #118995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118995


Comments

No comments written yet.

Please login to write comment.