Color Hex Logo

#11796c Color Hex

#11796C
(17,121,108)
0 Favorites   0 Comments

Color spaces of #11796c

RGB 17121108
HSL0.480.750.27
HSV173°86°47°
CMYK 0.860.000.11   0.53
XYZ9.775314.876616.5436
Yxy14.87660.23730.3611
Hunter Lab38.5702-22.25851.5684
CIE-Lab45.4647-30.6728-0.7482

#11796c color RGB value is (17,121,108).

#11796c hex color red value is 17, green value is 121 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #11796c hue: 0.48 , saturation: 0.75 and the lightness value of 11796c is 0.27.

The process color (four color CMYK) of #11796c color hex is 0.86, 0.00, 0.11, 0.53. Web safe color of #11796c is #006666. Color #11796c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111001 01101100
Octal 21 171 154
Decimal 17 121 108
Hex 11 79 6C

RGB Percentages of Color #11796c

%6.91
%49.19
%43.90

CMYK Percentages of Color #11796c

%86
%0
%11
%53

Triadic Colors of #11796c

#11796c #6c1179 #796c11

Analogous Colors of #11796c

#11796c #115279 #117938

Monochromatic Colors of #11796c

#11796c

Complementary Color

#11796c #79111e

#11796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11796c Color CSS Codes

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

#11796c Text Font Color

<p style="color:#11796c">Text here</p>

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


#11796c Background Color

<div style="background-color:#11796c">
Div content here</div>

This div background color is #11796c


#11796c Border Color

<div style="border:3px solid #11796c">
Div here</div>

This div border color is #11796c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,121,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11796c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11796c;
  -webkit-box-shadow: 1px 1px 3px 2px #11796c;
  box-shadow:         1px 1px 3px 2px #11796c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11796c


Comments

No comments written yet.

Please login to write comment.