Color Hex Logo

#11957b Color Hex

#11957B
(17,149,123)
0 Favorites   0 Comments

Color spaces of #11957b

RGB 17149123
HSL0.470.800.33
HSV168°89°58°
CMYK 0.890.000.17   0.42
XYZ14.553823.044122.4198
Yxy23.04410.24250.3840
Hunter Lab48.0043-29.89035.9123
CIE-Lab55.1177-39.04674.5157

#11957b color RGB value is (17,149,123).

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

The process color (four color CMYK) of #11957b color hex is 0.89, 0.00, 0.17, 0.42. Web safe color of #11957b is #009966. Color #11957b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010101 01111011
Octal 21 225 173
Decimal 17 149 123
Hex 11 95 7B

RGB Percentages of Color #11957b

%5.88
%51.56
%42.56

CMYK Percentages of Color #11957b

%89
%0
%17
%42

Triadic Colors of #11957b

#11957b #7b1195 #957b11

Analogous Colors of #11957b

#11957b #116d95 #119539

Monochromatic Colors of #11957b

#11957b

Complementary Color

#11957b #95112b

#11957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11957b Color CSS Codes

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

#11957b Text Font Color

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

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


#11957b Background Color

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

This div background color is #11957b


#11957b Border Color

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

This div border color is #11957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11957b


Comments

No comments written yet.

Please login to write comment.