Color Hex Logo

#01400b Color Hex

#01400B
(1,64,11)
0 Favorites   0 Comments

Color spaces of #01400b

RGB 16411
HSL0.360.970.13
HSV130°98°25°
CMYK 0.980.000.83   0.75
XYZ1.90633.69740.9298
Yxy3.69740.29180.5659
Hunter Lab19.2286-15.953810.5931
CIE-Lab22.6447-30.723725.7433

#01400b color RGB value is (1,64,11).

#01400b hex color red value is 1, green value is 64 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #01400b hue: 0.36 , saturation: 0.97 and the lightness value of 01400b is 0.13.

The process color (four color CMYK) of #01400b color hex is 0.98, 0.00, 0.83, 0.75. Web safe color of #01400b is #003300. Color #01400b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000000 00001011
Octal 1 100 13
Decimal 1 64 11
Hex 1 40 B

RGB Percentages of Color #01400b

%1.32
%84.21
%14.47

CMYK Percentages of Color #01400b

%98
%0
%83
%75

Triadic Colors of #01400b

#01400b #0b0140 #400b01

Analogous Colors of #01400b

#01400b #01402b #174001

Monochromatic Colors of #01400b

#01400b

Complementary Color

#01400b #400136

#01400b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01400b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01400b Color CSS Codes

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

#01400b Text Font Color

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

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


#01400b Background Color

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

This div background color is #01400b


#01400b Border Color

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

This div border color is #01400b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,64,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01400b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01400b;
  -webkit-box-shadow: 1px 1px 3px 2px #01400b;
  box-shadow:         1px 1px 3px 2px #01400b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01400b


Comments

No comments written yet.

Please login to write comment.