Color Hex Logo

#11958b Color Hex

#11958B
(17,149,139)
0 Favorites   0 Comments

Color spaces of #11958b

RGB 17149139
HSL0.490.800.33
HSV175°89°58°
CMYK 0.890.000.07   0.42
XYZ15.638823.478128.1336
Yxy23.47810.23250.3491
Hunter Lab48.4542-27.1832-0.5072
CIE-Lab55.5614-34.4705-4.0033

#11958b color RGB value is (17,149,139).

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

The process color (four color CMYK) of #11958b color hex is 0.89, 0.00, 0.07, 0.42. Web safe color of #11958b is #009999. Color #11958b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010101 10001011
Octal 21 225 213
Decimal 17 149 139
Hex 11 95 8B

RGB Percentages of Color #11958b

%5.57
%48.85
%45.57

CMYK Percentages of Color #11958b

%89
%0
%7
%42

Triadic Colors of #11958b

#11958b #8b1195 #958b11

Analogous Colors of #11958b

#11958b #115d95 #119549

Monochromatic Colors of #11958b

#11958b

Complementary Color

#11958b #95111b

#11958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11958b Color CSS Codes

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

#11958b Text Font Color

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

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


#11958b Background Color

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

This div background color is #11958b


#11958b Border Color

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

This div border color is #11958b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11958b


Comments

No comments written yet.

Please login to write comment.