Color Hex Logo

#14684e Color Hex

#14684E
(20,104,78)
0 Favorites   0 Comments

Color spaces of #14684e

RGB 2010478
HSL0.450.680.24
HSV161°81°41°
CMYK 0.810.000.25   0.59
XYZ6.614010.59948.9050
Yxy10.59940.25320.4058
Hunter Lab32.5567-20.71146.5725
CIE-Lab38.8974-30.96897.8370

#14684e color RGB value is (20,104,78).

#14684e hex color red value is 20, green value is 104 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #14684e hue: 0.45 , saturation: 0.68 and the lightness value of 14684e is 0.24.

The process color (four color CMYK) of #14684e color hex is 0.81, 0.00, 0.25, 0.59. Web safe color of #14684e is #006666. Color #14684e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 01001110
Octal 24 150 116
Decimal 20 104 78
Hex 14 68 4E

RGB Percentages of Color #14684e

%9.90
%51.49
%38.61

CMYK Percentages of Color #14684e

%81
%0
%25
%59

Triadic Colors of #14684e

#14684e #4e1468 #684e14

Analogous Colors of #14684e

#14684e #145868 #146824

Monochromatic Colors of #14684e

#14684e

Complementary Color

#14684e #68142e

#14684e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14684e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14684e Color CSS Codes

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

#14684e Text Font Color

<p style="color:#14684e">Text here</p>

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


#14684e Background Color

<div style="background-color:#14684e">
Div content here</div>

This div background color is #14684e


#14684e Border Color

<div style="border:3px solid #14684e">
Div here</div>

This div border color is #14684e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,104,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14684e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14684e;
  -webkit-box-shadow: 1px 1px 3px 2px #14684e;
  box-shadow:         1px 1px 3px 2px #14684e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14684e


Comments

No comments written yet.

Please login to write comment.