Color Hex Logo

#14893c Color Hex

#14893C
(20,137,60)
0 Favorites   0 Comments

Color spaces of #14893c

RGB 2013760
HSL0.390.750.31
HSV141°85°54°
CMYK 0.850.000.56   0.46
XYZ10.049818.36637.2903
Yxy18.36630.28150.5144
Hunter Lab42.8559-33.139319.9132
CIE-Lab49.9374-47.779132.4723

#14893c color RGB value is (20,137,60).

#14893c hex color red value is 20, green value is 137 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #14893c hue: 0.39 , saturation: 0.75 and the lightness value of 14893c is 0.31.

The process color (four color CMYK) of #14893c color hex is 0.85, 0.00, 0.56, 0.46. Web safe color of #14893c is #009933. Color #14893c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 00111100
Octal 24 211 74
Decimal 20 137 60
Hex 14 89 3C

RGB Percentages of Color #14893c

%9.22
%63.13
%27.65

CMYK Percentages of Color #14893c

%85
%0
%56
%46

Triadic Colors of #14893c

#14893c #3c1489 #893c14

Analogous Colors of #14893c

#14893c #148977 #278914

Monochromatic Colors of #14893c

#14893c

Complementary Color

#14893c #891461

#14893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14893c Color CSS Codes

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

#14893c Text Font Color

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

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


#14893c Background Color

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

This div background color is #14893c


#14893c Border Color

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

This div border color is #14893c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,137,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 #14893c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14893c


Comments

No comments written yet.

Please login to write comment.