Color Hex Logo

#11401c Color Hex

#11401C
(17,64,28)
0 Favorites   0 Comments

Color spaces of #11401c

RGB 176428
HSL0.370.580.16
HSV134°73°25°
CMYK 0.730.000.56   0.75
XYZ2.27423.86981.7257
Yxy3.86980.28900.4917
Hunter Lab19.6718-13.78988.5691
CIE-Lab23.2363-25.043017.4108

#11401c color RGB value is (17,64,28).

#11401c hex color red value is 17, green value is 64 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #11401c hue: 0.37 , saturation: 0.58 and the lightness value of 11401c is 0.16.

The process color (four color CMYK) of #11401c color hex is 0.73, 0.00, 0.56, 0.75. Web safe color of #11401c is #003333. Color #11401c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000000 00011100
Octal 21 100 34
Decimal 17 64 28
Hex 11 40 1C

RGB Percentages of Color #11401c

%15.60
%58.72
%25.69

CMYK Percentages of Color #11401c

%73
%0
%56
%75

Triadic Colors of #11401c

#11401c #1c1140 #401c11

Analogous Colors of #11401c

#11401c #114034 #1e4011

Monochromatic Colors of #11401c

#11401c

Complementary Color

#11401c #401135

#11401c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11401c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11401c Color CSS Codes

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

#11401c Text Font Color

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

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


#11401c Background Color

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

This div background color is #11401c


#11401c Border Color

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

This div border color is #11401c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11401c


Comments

No comments written yet.

Please login to write comment.