Color Hex Logo

#14937e Color Hex

#14937E
(20,147,126)
0 Favorites   0 Comments

Color spaces of #14937e

RGB 20147126
HSL0.470.760.33
HSV170°86°58°
CMYK 0.860.000.14   0.42
XYZ14.488122.522523.3223
Yxy22.52250.24010.3733
Hunter Lab47.4579-28.55824.0835
CIE-Lab54.5771-37.11942.0196

#14937e color RGB value is (20,147,126).

#14937e hex color red value is 20, green value is 147 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #14937e hue: 0.47 , saturation: 0.76 and the lightness value of 14937e is 0.33.

The process color (four color CMYK) of #14937e color hex is 0.86, 0.00, 0.14, 0.42. Web safe color of #14937e is #009966. Color #14937e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010011 01111110
Octal 24 223 176
Decimal 20 147 126
Hex 14 93 7E

RGB Percentages of Color #14937e

%6.83
%50.17
%43.00

CMYK Percentages of Color #14937e

%86
%0
%14
%42

Triadic Colors of #14937e

#14937e #7e1493 #937e14

Analogous Colors of #14937e

#14937e #146993 #14933f

Monochromatic Colors of #14937e

#14937e

Complementary Color

#14937e #931429

#14937e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14937e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14937e Color CSS Codes

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

#14937e Text Font Color

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

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


#14937e Background Color

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

This div background color is #14937e


#14937e Border Color

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

This div border color is #14937e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14937e


Comments

No comments written yet.

Please login to write comment.