Color Hex Logo

#017814 Color Hex

#017814
(1,120,20)
0 Favorites   0 Comments

Color spaces of #017814

RGB 112020
HSL0.360.980.24
HSV130°99°47°
CMYK 0.990.000.83   0.53
XYZ6.855313.48992.9043
Yxy13.48990.29490.5802
Hunter Lab36.7286-30.958521.0217
CIE-Lab43.4923-48.303442.8157

#017814 color RGB value is (1,120,20).

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

The process color (four color CMYK) of #017814 color hex is 0.99, 0.00, 0.83, 0.53. Web safe color of #017814 is #006600. Color #017814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111000 00010100
Octal 1 170 24
Decimal 1 120 20
Hex 1 78 14

RGB Percentages of Color #017814

%0.71
%85.11
%14.18

CMYK Percentages of Color #017814

%99
%0
%83
%53

Triadic Colors of #017814

#017814 #140178 #781401

Analogous Colors of #017814

#017814 #017850 #297801

Monochromatic Colors of #017814

#017814

Complementary Color

#017814 #780165

#017814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017814 Color CSS Codes

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

#017814 Text Font Color

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

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


#017814 Background Color

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

This div background color is #017814


#017814 Border Color

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

This div border color is #017814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017814


Comments

No comments written yet.

Please login to write comment.