Color Hex Logo

#11795e Color Hex

#11795E
(17,121,94)
0 Favorites   0 Comments

Color spaces of #11795e

RGB 1712194
HSL0.460.750.27
HSV164°86°47°
CMYK 0.860.000.22   0.53
XYZ9.088914.602112.9291
Yxy14.60210.24820.3987
Hunter Lab38.2127-24.41596.6884
CIE-Lab45.0843-34.64997.0150

#11795e color RGB value is (17,121,94).

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

The process color (four color CMYK) of #11795e color hex is 0.86, 0.00, 0.22, 0.53. Web safe color of #11795e is #006666. Color #11795e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111001 01011110
Octal 21 171 136
Decimal 17 121 94
Hex 11 79 5E

RGB Percentages of Color #11795e

%7.33
%52.16
%40.52

CMYK Percentages of Color #11795e

%86
%0
%22
%53

Triadic Colors of #11795e

#11795e #5e1179 #795e11

Analogous Colors of #11795e

#11795e #116079 #11792a

Monochromatic Colors of #11795e

#11795e

Complementary Color

#11795e #79112c

#11795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11795e Color CSS Codes

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

#11795e Text Font Color

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

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


#11795e Background Color

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

This div background color is #11795e


#11795e Border Color

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

This div border color is #11795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11795e


Comments

No comments written yet.

Please login to write comment.