Color Hex Logo

#11976f Color Hex

#11976F
(17,151,111)
0 Favorites   0 Comments

Color spaces of #11976f

RGB 17151111
HSL0.450.800.33
HSV162°89°59°
CMYK 0.890.000.26   0.41
XYZ14.167023.400118.8089
Yxy23.40010.25130.4151
Hunter Lab48.3736-32.377310.8081
CIE-Lab55.4821-43.008311.8589

#11976f color RGB value is (17,151,111).

#11976f hex color red value is 17, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11976f hue: 0.45 , saturation: 0.80 and the lightness value of 11976f is 0.33.

The process color (four color CMYK) of #11976f color hex is 0.89, 0.00, 0.26, 0.41. Web safe color of #11976f is #009966. Color #11976f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010111 01101111
Octal 21 227 157
Decimal 17 151 111
Hex 11 97 6F

RGB Percentages of Color #11976f

%6.09
%54.12
%39.78

CMYK Percentages of Color #11976f

%89
%0
%26
%41

Triadic Colors of #11976f

#11976f #6f1197 #976f11

Analogous Colors of #11976f

#11976f #117c97 #11972c

Monochromatic Colors of #11976f

#11976f

Complementary Color

#11976f #971139

#11976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11976f Color CSS Codes

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

#11976f Text Font Color

<p style="color:#11976f">Text here</p>

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


#11976f Background Color

<div style="background-color:#11976f">
Div content here</div>

This div background color is #11976f


#11976f Border Color

<div style="border:3px solid #11976f">
Div here</div>

This div border color is #11976f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,151,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11976f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11976f;
  -webkit-box-shadow: 1px 1px 3px 2px #11976f;
  box-shadow:         1px 1px 3px 2px #11976f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11976f


Comments

No comments written yet.

Please login to write comment.