Color Hex Logo

#14703c Color Hex

#14703C
(20,112,60)
0 Favorites   0 Comments

Color spaces of #14703c

RGB 2011260
HSL0.410.700.26
HSV146°82°44°
CMYK 0.820.000.46   0.56
XYZ6.898312.06336.2398
Yxy12.06330.27370.4787
Hunter Lab34.7323-25.328913.6609
CIE-Lab41.3165-38.490821.7135

#14703c color RGB value is (20,112,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 00111100
Octal 24 160 74
Decimal 20 112 60
Hex 14 70 3C

RGB Percentages of Color #14703c

%10.42
%58.33
%31.25

CMYK Percentages of Color #14703c

%82
%0
%46
%56

Triadic Colors of #14703c

#14703c #3c1470 #703c14

Analogous Colors of #14703c

#14703c #14706a #1a7014

Monochromatic Colors of #14703c

#14703c

Complementary Color

#14703c #701448

#14703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14703c Color CSS Codes

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

#14703c Text Font Color

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

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


#14703c Background Color

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

This div background color is #14703c


#14703c Border Color

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

This div border color is #14703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14703c


Comments

No comments written yet.

Please login to write comment.