Color Hex Logo

#111404 Color Hex

#111404
(17,20,4)
0 Favorites   0 Comments

Color spaces of #111404

RGB 17204
HSL0.200.670.05
HSV71°80°
CMYK 0.150.000.80   0.92
XYZ0.50320.62820.2096
Yxy0.62820.37520.4685
Hunter Lab7.9259-2.53773.9802
CIE-Lab5.6745-3.84596.7856

#111404 color RGB value is (17,20,4).

#111404 hex color red value is 17, green value is 20 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #111404 hue: 0.20 , saturation: 0.67 and the lightness value of 111404 is 0.05.

The process color (four color CMYK) of #111404 color hex is 0.15, 0.00, 0.80, 0.92. Web safe color of #111404 is #000000. Color #111404 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010100 00000100
Octal 21 24 4
Decimal 17 20 4
Hex 11 14 4

RGB Percentages of Color #111404

%41.46
%48.78
%9.76

CMYK Percentages of Color #111404

%15
%0
%80
%92

Triadic Colors of #111404

#111404 #041114 #140411

Analogous Colors of #111404

#111404 #091404 #140f04

Monochromatic Colors of #111404

#111404

Complementary Color

#111404 #070414

#111404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111404 Color CSS Codes

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

#111404 Text Font Color

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

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


#111404 Background Color

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

This div background color is #111404


#111404 Border Color

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

This div border color is #111404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111404


Comments

No comments written yet.

Please login to write comment.