Color Hex Logo

#11870d Color Hex

#11870D
(17,135,13)
0 Favorites   0 Comments

Color spaces of #11870d

RGB 1713513
HSL0.330.820.29
HSV118°90°53°
CMYK 0.870.000.90   0.47
XYZ8.967817.47623.2814
Yxy17.47620.30170.5879
Hunter Lab41.8045-34.866624.6093
CIE-Lab48.8545-51.920849.5791

#11870d color RGB value is (17,135,13).

#11870d hex color red value is 17, green value is 135 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #11870d hue: 0.33 , saturation: 0.82 and the lightness value of 11870d is 0.29.

The process color (four color CMYK) of #11870d color hex is 0.87, 0.00, 0.90, 0.47. Web safe color of #11870d is #009900. Color #11870d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000111 00001101
Octal 21 207 15
Decimal 17 135 13
Hex 11 87 D

RGB Percentages of Color #11870d

%10.30
%81.82
%7.88

CMYK Percentages of Color #11870d

%87
%0
%90
%47

Triadic Colors of #11870d

#11870d #0d1187 #870d11

Analogous Colors of #11870d

#11870d #0d8746 #4e870d

Monochromatic Colors of #11870d

#11870d

Complementary Color

#11870d #830d87

#11870d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11870d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11870d Color CSS Codes

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

#11870d Text Font Color

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

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


#11870d Background Color

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

This div background color is #11870d


#11870d Border Color

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

This div border color is #11870d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11870d


Comments

No comments written yet.

Please login to write comment.