Color Hex Logo

#01140e Color Hex

#01140E
(1,20,14)
0 Favorites   0 Comments

Color spaces of #01140e

RGB 12014
HSL0.450.900.04
HSV161°95°
CMYK 0.950.000.30   0.92
XYZ0.34190.53850.5014
Yxy0.53850.24740.3897
Hunter Lab7.3383-4.52541.0857
CIE-Lab4.8642-6.96091.2149

#01140e color RGB value is (1,20,14).

#01140e hex color red value is 1, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #01140e hue: 0.45 , saturation: 0.90 and the lightness value of 01140e is 0.04.

The process color (four color CMYK) of #01140e color hex is 0.95, 0.00, 0.30, 0.92. Web safe color of #01140e is #000000. Color #01140e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010100 00001110
Octal 1 24 16
Decimal 1 20 14
Hex 1 14 E

RGB Percentages of Color #01140e

%2.86
%57.14
%40.00

CMYK Percentages of Color #01140e

%95
%0
%30
%92

Triadic Colors of #01140e

#01140e #0e0114 #140e01

Analogous Colors of #01140e

#01140e #011114 #011404

Monochromatic Colors of #01140e

#01140e

Complementary Color

#01140e #140107

#01140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01140e Color CSS Codes

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

#01140e Text Font Color

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

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


#01140e Background Color

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

This div background color is #01140e


#01140e Border Color

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

This div border color is #01140e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01140e


Comments

No comments written yet.

Please login to write comment.