Color Hex Logo

#014400 Color Hex

#014400
(1,68,0)
1 Favorites   0 Comments

Color spaces of #014400

RGB 1680
HSL0.331.000.13
HSV119°100°27°
CMYK 0.990.001.00   0.73
XYZ2.07964.14070.6896
Yxy4.14070.30100.5992
Hunter Lab20.3487-17.367912.2348
CIE-Lab24.1312-33.133331.7419

#014400 color RGB value is (1,68,0).

#014400 hex color red value is 1, green value is 68 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #014400 hue: 0.33 , saturation: 1.00 and the lightness value of 014400 is 0.13.

The process color (four color CMYK) of #014400 color hex is 0.99, 0.00, 1.00, 0.73. Web safe color of #014400 is #003300. Color #014400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000100 00000000
Octal 1 104 0
Decimal 1 68 0
Hex 1 44 0

RGB Percentages of Color #014400

%1.45
%98.55
%0.00

CMYK Percentages of Color #014400

%99
%0
%100
%73

Triadic Colors of #014400

#014400 #000144 #440001

Analogous Colors of #014400

#014400 #004421 #234400

Monochromatic Colors of #014400

#014400

Complementary Color

#014400 #430044

#014400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014400 Color CSS Codes

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

#014400 Text Font Color

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

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


#014400 Background Color

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

This div background color is #014400


#014400 Border Color

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

This div border color is #014400


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,68,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014400; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014400;
  -webkit-box-shadow: 1px 1px 3px 2px #014400;
  box-shadow:         1px 1px 3px 2px #014400; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014400


Comments

No comments written yet.

Please login to write comment.