Color Hex Logo

#11992e Color Hex

#11992E
(17,153,46)
0 Favorites   0 Comments

Color spaces of #11992e

RGB 1715346
HSL0.370.800.33
HSV133°89°60°
CMYK 0.890.000.70   0.40
XYZ12.115523.09896.4047
Yxy23.09890.29110.5550
Hunter Lab48.0613-39.110325.7419
CIE-Lab55.1741-55.149844.9324

#11992e color RGB value is (17,153,46).

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

The process color (four color CMYK) of #11992e color hex is 0.89, 0.00, 0.70, 0.40. Web safe color of #11992e is #009933. Color #11992e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011001 00101110
Octal 21 231 56
Decimal 17 153 46
Hex 11 99 2E

RGB Percentages of Color #11992e

%7.87
%70.83
%21.30

CMYK Percentages of Color #11992e

%89
%0
%70
%40

Triadic Colors of #11992e

#11992e #2e1199 #992e11

Analogous Colors of #11992e

#11992e #119972 #389911

Monochromatic Colors of #11992e

#11992e

Complementary Color

#11992e #99117c

#11992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11992e Color CSS Codes

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

#11992e Text Font Color

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

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


#11992e Background Color

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

This div background color is #11992e


#11992e Border Color

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

This div border color is #11992e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11992e


Comments

No comments written yet.

Please login to write comment.