Color Hex Logo

#11756d Color Hex

#11756D
(17,117,109)
0 Favorites   0 Comments

Color spaces of #11756d

RGB 17117109
HSL0.490.750.26
HSV175°85°46°
CMYK 0.850.000.07   0.54
XYZ9.352813.945916.6669
Yxy13.94590.23400.3489
Hunter Lab37.3442-20.6473-0.3205
CIE-Lab44.1552-28.4534-3.2704

#11756d color RGB value is (17,117,109).

#11756d hex color red value is 17, green value is 117 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #11756d hue: 0.49 , saturation: 0.75 and the lightness value of 11756d is 0.26.

The process color (four color CMYK) of #11756d color hex is 0.85, 0.00, 0.07, 0.54. Web safe color of #11756d is #006666. Color #11756d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110101 01101101
Octal 21 165 155
Decimal 17 117 109
Hex 11 75 6D

RGB Percentages of Color #11756d

%7.00
%48.15
%44.86

CMYK Percentages of Color #11756d

%85
%0
%7
%54

Triadic Colors of #11756d

#11756d #6d1175 #756d11

Analogous Colors of #11756d

#11756d #114b75 #11753b

Monochromatic Colors of #11756d

#11756d

Complementary Color

#11756d #751119

#11756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11756d Color CSS Codes

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

#11756d Text Font Color

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

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


#11756d Background Color

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

This div background color is #11756d


#11756d Border Color

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

This div border color is #11756d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11756d


Comments

No comments written yet.

Please login to write comment.