Color Hex Logo

#11795d Color Hex

#11795D
(17,121,93)
0 Favorites   0 Comments

Color spaces of #11795d

RGB 1712193
HSL0.460.750.27
HSV164°86°47°
CMYK 0.860.000.23   0.53
XYZ9.044314.584212.6943
Yxy14.58420.24900.4015
Hunter Lab38.1893-24.55747.0242
CIE-Lab45.0594-34.91697.5706

#11795d color RGB value is (17,121,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111001 01011101
Octal 21 171 135
Decimal 17 121 93
Hex 11 79 5D

RGB Percentages of Color #11795d

%7.36
%52.38
%40.26

CMYK Percentages of Color #11795d

%86
%0
%23
%53

Triadic Colors of #11795d

#11795d #5d1179 #795d11

Analogous Colors of #11795d

#11795d #116179 #117929

Monochromatic Colors of #11795d

#11795d

Complementary Color

#11795d #79112d

#11795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11795d Color CSS Codes

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

#11795d Text Font Color

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

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


#11795d Background Color

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

This div background color is #11795d


#11795d Border Color

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

This div border color is #11795d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11795d


Comments

No comments written yet.

Please login to write comment.