Color Hex Logo

#14703f Color Hex

#14703F
(20,112,63)
0 Favorites   0 Comments

Color spaces of #14703f

RGB 2011263
HSL0.410.700.26
HSV148°82°44°
CMYK 0.820.000.44   0.56
XYZ6.979912.09596.6695
Yxy12.09590.27110.4698
Hunter Lab34.7792-25.040012.9755
CIE-Lab41.3681-37.894020.0716

#14703f color RGB value is (20,112,63).

#14703f hex color red value is 20, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #14703f hue: 0.41 , saturation: 0.70 and the lightness value of 14703f is 0.26.

The process color (four color CMYK) of #14703f color hex is 0.82, 0.00, 0.44, 0.56. Web safe color of #14703f is #006633. Color #14703f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 00111111
Octal 24 160 77
Decimal 20 112 63
Hex 14 70 3F

RGB Percentages of Color #14703f

%10.26
%57.44
%32.31

CMYK Percentages of Color #14703f

%82
%0
%44
%56

Triadic Colors of #14703f

#14703f #3f1470 #703f14

Analogous Colors of #14703f

#14703f #14706d #177014

Monochromatic Colors of #14703f

#14703f

Complementary Color

#14703f #701445

#14703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14703f Color CSS Codes

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

#14703f Text Font Color

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

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


#14703f Background Color

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

This div background color is #14703f


#14703f Border Color

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

This div border color is #14703f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14703f


Comments

No comments written yet.

Please login to write comment.