Color Hex Logo

#11675c Color Hex

#11675C
(17,103,92)
0 Favorites   0 Comments

Color spaces of #11675c

RGB 1710392
HSL0.480.720.24
HSV172°83°40°
CMYK 0.830.000.11   0.60
XYZ7.013210.592411.8001
Yxy10.59240.23850.3602
Hunter Lab32.5460-18.49121.2856
CIE-Lab38.8853-26.8597-0.7241

#11675c color RGB value is (17,103,92).

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

The process color (four color CMYK) of #11675c color hex is 0.83, 0.00, 0.11, 0.60. Web safe color of #11675c is #006666. Color #11675c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100111 01011100
Octal 21 147 134
Decimal 17 103 92
Hex 11 67 5C

RGB Percentages of Color #11675c

%8.02
%48.58
%43.40

CMYK Percentages of Color #11675c

%83
%0
%11
%60

Triadic Colors of #11675c

#11675c #5c1167 #675c11

Analogous Colors of #11675c

#11675c #114767 #116731

Monochromatic Colors of #11675c

#11675c

Complementary Color

#11675c #67111c

#11675c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11675c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11675c Color CSS Codes

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

#11675c Text Font Color

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

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


#11675c Background Color

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

This div background color is #11675c


#11675c Border Color

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

This div border color is #11675c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11675c


Comments

No comments written yet.

Please login to write comment.