Color Hex Logo

#118899 Color Hex

#118899
(17,136,153)
0 Favorites   0 Comments

Color spaces of #118899

RGB 17136153
HSL0.520.800.33
HSV188°89°60°
CMYK 0.890.110.00   0.40
XYZ14.785120.027433.2234
Yxy20.02740.21730.2944
Hunter Lab44.7520-19.3434-12.6899
CIE-Lab51.8682-23.6304-17.6312

#118899 color RGB value is (17,136,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001000 10011001
Octal 21 210 231
Decimal 17 136 153
Hex 11 88 99

RGB Percentages of Color #118899

%5.56
%44.44
%50.00

CMYK Percentages of Color #118899

%89
%11
%0
%40

Triadic Colors of #118899

#118899 #991188 #889911

Analogous Colors of #118899

#118899 #114499 #119966

Monochromatic Colors of #118899

#118899

Complementary Color

#118899 #992211

#118899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118899 Color CSS Codes

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

#118899 Text Font Color

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

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


#118899 Background Color

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

This div background color is #118899


#118899 Border Color

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

This div border color is #118899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118899


Comments

No comments written yet.

Please login to write comment.