Color Hex Logo

#11685b Color Hex

#11685B
(17,104,91)
0 Favorites   0 Comments

Color spaces of #11685b

RGB 1710491
HSL0.480.720.24
HSV171°84°41°
CMYK 0.840.000.13   0.59
XYZ7.069810.775111.6047
Yxy10.77510.24010.3659
Hunter Lab32.8254-19.00002.0172
CIE-Lab39.1991-27.64950.3462

#11685b color RGB value is (17,104,91).

#11685b hex color red value is 17, green value is 104 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #11685b hue: 0.48 , saturation: 0.72 and the lightness value of 11685b is 0.24.

The process color (four color CMYK) of #11685b color hex is 0.84, 0.00, 0.13, 0.59. Web safe color of #11685b is #006666. Color #11685b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101000 01011011
Octal 21 150 133
Decimal 17 104 91
Hex 11 68 5B

RGB Percentages of Color #11685b

%8.02
%49.06
%42.92

CMYK Percentages of Color #11685b

%84
%0
%13
%59

Triadic Colors of #11685b

#11685b #5b1168 #685b11

Analogous Colors of #11685b

#11685b #114a68 #116830

Monochromatic Colors of #11685b

#11685b

Complementary Color

#11685b #68111e

#11685b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11685b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11685b Color CSS Codes

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

#11685b Text Font Color

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

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


#11685b Background Color

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

This div background color is #11685b


#11685b Border Color

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

This div border color is #11685b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11685b


Comments

No comments written yet.

Please login to write comment.