Color Hex Logo

#11993a Color Hex

#11993A
(17,153,58)
0 Favorites   0 Comments

Color spaces of #11993a

RGB 1715358
HSL0.380.800.33
HSV138°89°60°
CMYK 0.890.000.62   0.40
XYZ12.386123.20717.8296
Yxy23.20710.28520.5344
Hunter Lab48.1737-38.409424.0853
CIE-Lab55.2850-53.768439.7372

#11993a color RGB value is (17,153,58).

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

The process color (four color CMYK) of #11993a color hex is 0.89, 0.00, 0.62, 0.40. Web safe color of #11993a is #009933. Color #11993a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011001 00111010
Octal 21 231 72
Decimal 17 153 58
Hex 11 99 3A

RGB Percentages of Color #11993a

%7.46
%67.11
%25.44

CMYK Percentages of Color #11993a

%89
%0
%62
%40

Triadic Colors of #11993a

#11993a #3a1199 #993a11

Analogous Colors of #11993a

#11993a #11997e #2c9911

Monochromatic Colors of #11993a

#11993a

Complementary Color

#11993a #991170

#11993a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11993a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11993a Color CSS Codes

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

#11993a Text Font Color

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

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


#11993a Background Color

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

This div background color is #11993a


#11993a Border Color

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

This div border color is #11993a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11993a


Comments

No comments written yet.

Please login to write comment.