Color Hex Logo

#01170d Color Hex

#01170D
(1,23,13)
0 Favorites   0 Comments

Color spaces of #01170d

RGB 12313
HSL0.420.920.05
HSV153°96°
CMYK 0.960.000.43   0.91
XYZ0.39160.64830.4853
Yxy0.64830.25680.4251
Hunter Lab8.0517-5.40902.0626
CIE-Lab5.8560-9.20013.1552

#01170d color RGB value is (1,23,13).

#01170d hex color red value is 1, green value is 23 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #01170d hue: 0.42 , saturation: 0.92 and the lightness value of 01170d is 0.05.

The process color (four color CMYK) of #01170d color hex is 0.96, 0.00, 0.43, 0.91. Web safe color of #01170d is #000000. Color #01170d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010111 00001101
Octal 1 27 15
Decimal 1 23 13
Hex 1 17 D

RGB Percentages of Color #01170d

%2.70
%62.16
%35.14

CMYK Percentages of Color #01170d

%96
%0
%43
%91

Triadic Colors of #01170d

#01170d #0d0117 #170d01

Analogous Colors of #01170d

#01170d #011617 #011702

Monochromatic Colors of #01170d

#01170d

Complementary Color

#01170d #17010b

#01170d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01170d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01170d Color CSS Codes

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

#01170d Text Font Color

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

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


#01170d Background Color

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

This div background color is #01170d


#01170d Border Color

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

This div border color is #01170d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01170d


Comments

No comments written yet.

Please login to write comment.