Color Hex Logo

#111504 Color Hex

#111504
(17,21,4)
0 Favorites   0 Comments

Color spaces of #111504

RGB 17214
HSL0.210.680.05
HSV74°81°
CMYK 0.190.000.81   0.92
XYZ0.52120.66430.2156
Yxy0.66430.37200.4741
Hunter Lab8.1505-2.84874.1370
CIE-Lab6.0006-4.51417.2620

#111504 color RGB value is (17,21,4).

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

The process color (four color CMYK) of #111504 color hex is 0.19, 0.00, 0.81, 0.92. Web safe color of #111504 is #000000. Color #111504 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010101 00000100
Octal 21 25 4
Decimal 17 21 4
Hex 11 15 4

RGB Percentages of Color #111504

%40.48
%50.00
%9.52

CMYK Percentages of Color #111504

%19
%0
%81
%92

Triadic Colors of #111504

#111504 #041115 #150411

Analogous Colors of #111504

#111504 #091504 #151104

Monochromatic Colors of #111504

#111504

Complementary Color

#111504 #080415

#111504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111504 Color CSS Codes

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

#111504 Text Font Color

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

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


#111504 Background Color

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

This div background color is #111504


#111504 Border Color

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

This div border color is #111504


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,21,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 #111504">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111504


Comments

No comments written yet.

Please login to write comment.