Color Hex Logo

#11939e Color Hex

#11939E
(17,147,158)
0 Favorites   0 Comments

Color spaces of #11939e

RGB 17147158
HSL0.510.810.34
HSV185°89°62°
CMYK 0.890.070.00   0.38
XYZ16.836423.455235.9877
Yxy23.45520.22070.3075
Hunter Lab48.4306-22.6998-10.1557
CIE-Lab55.5381-27.5477-14.9390

#11939e color RGB value is (17,147,158).

#11939e hex color red value is 17, green value is 147 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #11939e hue: 0.51 , saturation: 0.81 and the lightness value of 11939e is 0.34.

The process color (four color CMYK) of #11939e color hex is 0.89, 0.07, 0.00, 0.38. Web safe color of #11939e is #009999. Color #11939e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010011 10011110
Octal 21 223 236
Decimal 17 147 158
Hex 11 93 9E

RGB Percentages of Color #11939e

%5.28
%45.65
%49.07

CMYK Percentages of Color #11939e

%89
%7
%0
%38

Triadic Colors of #11939e

#11939e #9e1193 #939e11

Analogous Colors of #11939e

#11939e #114d9e #119e63

Monochromatic Colors of #11939e

#11939e

Complementary Color

#11939e #9e1c11

#11939e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11939e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11939e Color CSS Codes

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

#11939e Text Font Color

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

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


#11939e Background Color

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

This div background color is #11939e


#11939e Border Color

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

This div border color is #11939e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,147,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11939e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11939e;
  -webkit-box-shadow: 1px 1px 3px 2px #11939e;
  box-shadow:         1px 1px 3px 2px #11939e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11939e


Comments

No comments written yet.

Please login to write comment.