Color Hex Logo

#017314 Color Hex

#017314
(1,115,20)
0 Favorites   0 Comments

Color spaces of #017314

RGB 111520
HSL0.360.980.23
HSV130°99°45°
CMYK 0.990.000.83   0.55
XYZ6.269512.31842.7091
Yxy12.31840.29440.5784
Hunter Lab35.0976-29.535219.9918
CIE-Lab41.7178-46.760141.1261

#017314 color RGB value is (1,115,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110011 00010100
Octal 1 163 24
Decimal 1 115 20
Hex 1 73 14

RGB Percentages of Color #017314

%0.74
%84.56
%14.71

CMYK Percentages of Color #017314

%99
%0
%83
%55

Triadic Colors of #017314

#017314 #140173 #731401

Analogous Colors of #017314

#017314 #01734d #277301

Monochromatic Colors of #017314

#017314

Complementary Color

#017314 #730160

#017314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017314 Color CSS Codes

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

#017314 Text Font Color

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

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


#017314 Background Color

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

This div background color is #017314


#017314 Border Color

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

This div border color is #017314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017314


Comments

No comments written yet.

Please login to write comment.