Color Hex Logo

#11604b Color Hex

#11604B
(17,96,75)
0 Favorites   0 Comments

Color spaces of #11604b

RGB 179675
HSL0.460.700.22
HSV164°82°38°
CMYK 0.820.000.22   0.62
XYZ5.68408.99298.0928
Yxy8.99290.24960.3950
Hunter Lab29.9882-18.64614.9913
CIE-Lab35.9706-28.48355.5148

#11604b color RGB value is (17,96,75).

#11604b hex color red value is 17, green value is 96 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #11604b hue: 0.46 , saturation: 0.70 and the lightness value of 11604b is 0.22.

The process color (four color CMYK) of #11604b color hex is 0.82, 0.00, 0.22, 0.62. Web safe color of #11604b is #006633. Color #11604b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100000 01001011
Octal 21 140 113
Decimal 17 96 75
Hex 11 60 4B

RGB Percentages of Color #11604b

%9.04
%51.06
%39.89

CMYK Percentages of Color #11604b

%82
%0
%22
%62

Triadic Colors of #11604b

#11604b #4b1160 #604b11

Analogous Colors of #11604b

#11604b #114e60 #116024

Monochromatic Colors of #11604b

#11604b

Complementary Color

#11604b #601126

#11604b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11604b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11604b Color CSS Codes

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

#11604b Text Font Color

<p style="color:#11604b">Text here</p>

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


#11604b Background Color

<div style="background-color:#11604b">
Div content here</div>

This div background color is #11604b


#11604b Border Color

<div style="border:3px solid #11604b">
Div here</div>

This div border color is #11604b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,96,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11604b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11604b;
  -webkit-box-shadow: 1px 1px 3px 2px #11604b;
  box-shadow:         1px 1px 3px 2px #11604b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11604b


Comments

No comments written yet.

Please login to write comment.