Color Hex Logo

#11594c Color Hex

#11594C
(17,89,76)
0 Favorites   0 Comments

Color spaces of #11594c

RGB 178976
HSL0.470.680.21
HSV169°81°35°
CMYK 0.810.000.15   0.65
XYZ5.10817.78578.0711
Yxy7.78570.24370.3714
Hunter Lab27.9029-16.15252.3820
CIE-Lab33.5325-24.81461.3864

#11594c color RGB value is (17,89,76).

#11594c hex color red value is 17, green value is 89 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #11594c hue: 0.47 , saturation: 0.68 and the lightness value of 11594c is 0.21.

The process color (four color CMYK) of #11594c color hex is 0.81, 0.00, 0.15, 0.65. Web safe color of #11594c is #006633. Color #11594c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011001 01001100
Octal 21 131 114
Decimal 17 89 76
Hex 11 59 4C

RGB Percentages of Color #11594c

%9.34
%48.90
%41.76

CMYK Percentages of Color #11594c

%81
%0
%15
%65

Triadic Colors of #11594c

#11594c #4c1159 #594c11

Analogous Colors of #11594c

#11594c #114259 #115928

Monochromatic Colors of #11594c

#11594c

Complementary Color

#11594c #59111e

#11594c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11594c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11594c Color CSS Codes

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

#11594c Text Font Color

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

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


#11594c Background Color

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

This div background color is #11594c


#11594c Border Color

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

This div border color is #11594c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11594c


Comments

No comments written yet.

Please login to write comment.