Color Hex Logo

#14710f Color Hex

#14710F
(20,113,15)
0 Favorites   0 Comments

Color spaces of #14710f

RGB 2011315
HSL0.320.770.25
HSV117°87°44°
CMYK 0.820.000.87   0.56
XYZ6.279811.99352.4359
Yxy11.99350.30320.5791
Hunter Lab34.6316-28.237720.0718
CIE-Lab41.2058-44.442842.2760

#14710f color RGB value is (20,113,15).

#14710f hex color red value is 20, green value is 113 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #14710f hue: 0.32 , saturation: 0.77 and the lightness value of 14710f is 0.25.

The process color (four color CMYK) of #14710f color hex is 0.82, 0.00, 0.87, 0.56. Web safe color of #14710f is #006600. Color #14710f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 00001111
Octal 24 161 17
Decimal 20 113 15
Hex 14 71 F

RGB Percentages of Color #14710f

%13.51
%76.35
%10.14

CMYK Percentages of Color #14710f

%82
%0
%87
%56

Triadic Colors of #14710f

#14710f #0f1471 #710f14

Analogous Colors of #14710f

#14710f #0f713b #45710f

Monochromatic Colors of #14710f

#14710f

Complementary Color

#14710f #6c0f71

#14710f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14710f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14710f Color CSS Codes

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

#14710f Text Font Color

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

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


#14710f Background Color

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

This div background color is #14710f


#14710f Border Color

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

This div border color is #14710f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14710f


Comments

No comments written yet.

Please login to write comment.