Color Hex Logo

#111b0d Color Hex

#111B0D
(17,27,13)
0 Favorites   0 Comments

Color spaces of #111b0d

RGB 172713
HSL0.290.350.08
HSV103°52°11°
CMYK 0.370.000.52   0.89
XYZ0.69570.93210.5240
Yxy0.93210.32330.4332
Hunter Lab9.6545-4.03283.5402
CIE-Lab8.4125-7.76217.0093

#111b0d color RGB value is (17,27,13).

#111b0d hex color red value is 17, green value is 27 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #111b0d hue: 0.29 , saturation: 0.35 and the lightness value of 111b0d is 0.08.

The process color (four color CMYK) of #111b0d color hex is 0.37, 0.00, 0.52, 0.89. Web safe color of #111b0d is #003300. Color #111b0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011011 00001101
Octal 21 33 15
Decimal 17 27 13
Hex 11 1B D

RGB Percentages of Color #111b0d

%29.82
%47.37
%22.81

CMYK Percentages of Color #111b0d

%37
%0
%52
%89

Triadic Colors of #111b0d

#111b0d #0d111b #1b0d11

Analogous Colors of #111b0d

#111b0d #0d1b10 #181b0d

Monochromatic Colors of #111b0d

#111b0d

Complementary Color

#111b0d #170d1b

#111b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#111b0d Color CSS Codes

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

#111b0d Text Font Color

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

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


#111b0d Background Color

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

This div background color is #111b0d


#111b0d Border Color

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

This div border color is #111b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111b0d


Comments

No comments written yet.

Please login to write comment.