Color Hex Logo

#11170c Color Hex

#11170C
(17,23,12)
0 Favorites   0 Comments

Color spaces of #11170c

RGB 172312
HSL0.260.310.07
HSV93°48°
CMYK 0.260.000.48   0.91
XYZ0.60390.75850.4624
Yxy0.75850.33090.4157
Hunter Lab8.7092-2.86382.9485
CIE-Lab6.8515-4.79415.1990

#11170c color RGB value is (17,23,12).

#11170c hex color red value is 17, green value is 23 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #11170c hue: 0.26 , saturation: 0.31 and the lightness value of 11170c is 0.07.

The process color (four color CMYK) of #11170c color hex is 0.26, 0.00, 0.48, 0.91. Web safe color of #11170c is #000000. Color #11170c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 00001100
Octal 21 27 14
Decimal 17 23 12
Hex 11 17 C

RGB Percentages of Color #11170c

%32.69
%44.23
%23.08

CMYK Percentages of Color #11170c

%26
%0
%48
%91

Triadic Colors of #11170c

#11170c #0c1117 #170c11

Analogous Colors of #11170c

#11170c #0c170d #17170c

Monochromatic Colors of #11170c

#11170c

Complementary Color

#11170c #120c17

#11170c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11170c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11170c Color CSS Codes

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

#11170c Text Font Color

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

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


#11170c Background Color

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

This div background color is #11170c


#11170c Border Color

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

This div border color is #11170c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11170c


Comments

No comments written yet.

Please login to write comment.