Color Hex Logo

#016014 Color Hex

#016014
(1,96,20)
0 Favorites   0 Comments

Color spaces of #016014

RGB 19620
HSL0.370.980.19
HSV132°99°38°
CMYK 0.990.000.79   0.62
XYZ4.32178.42272.0598
Yxy8.42270.29190.5689
Hunter Lab29.0219-24.207616.1073
CIE-Lab34.8481-40.712534.3785

#016014 color RGB value is (1,96,20).

#016014 hex color red value is 1, green value is 96 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #016014 hue: 0.37 , saturation: 0.98 and the lightness value of 016014 is 0.19.

The process color (four color CMYK) of #016014 color hex is 0.99, 0.00, 0.79, 0.62. Web safe color of #016014 is #006600. Color #016014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100000 00010100
Octal 1 140 24
Decimal 1 96 20
Hex 1 60 14

RGB Percentages of Color #016014

%0.85
%82.05
%17.09

CMYK Percentages of Color #016014

%99
%0
%79
%62

Triadic Colors of #016014

#016014 #140160 #601401

Analogous Colors of #016014

#016014 #016044 #1e6001

Monochromatic Colors of #016014

#016014

Complementary Color

#016014 #60014d

#016014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016014 Color CSS Codes

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

#016014 Text Font Color

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

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


#016014 Background Color

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

This div background color is #016014


#016014 Border Color

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

This div border color is #016014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016014


Comments

No comments written yet.

Please login to write comment.