Color Hex Logo

#14593f Color Hex

#14593F
(20,89,63)
0 Favorites   0 Comments

Color spaces of #14593f

RGB 208963
HSL0.440.630.21
HSV157°78°35°
CMYK 0.780.000.29   0.65
XYZ4.75817.65245.9289
Yxy7.65240.25940.4173
Hunter Lab27.6630-17.70786.6567
CIE-Lab33.2482-28.00109.1051

#14593f color RGB value is (20,89,63).

#14593f hex color red value is 20, green value is 89 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #14593f hue: 0.44 , saturation: 0.63 and the lightness value of 14593f is 0.21.

The process color (four color CMYK) of #14593f color hex is 0.78, 0.00, 0.29, 0.65. Web safe color of #14593f is #006633. Color #14593f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011001 00111111
Octal 24 131 77
Decimal 20 89 63
Hex 14 59 3F

RGB Percentages of Color #14593f

%11.63
%51.74
%36.63

CMYK Percentages of Color #14593f

%78
%0
%29
%65

Triadic Colors of #14593f

#14593f #3f1459 #593f14

Analogous Colors of #14593f

#14593f #145159 #14591d

Monochromatic Colors of #14593f

#14593f

Complementary Color

#14593f #59142e

#14593f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14593f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14593f Color CSS Codes

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

#14593f Text Font Color

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

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


#14593f Background Color

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

This div background color is #14593f


#14593f Border Color

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

This div border color is #14593f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14593f


Comments

No comments written yet.

Please login to write comment.