Color Hex Logo

#14706e Color Hex

#14706E
(20,112,110)
0 Favorites   0 Comments

Color spaces of #14706e

RGB 20112110
HSL0.500.700.26
HSV179°82°44°
CMYK 0.820.000.02   0.56
XYZ8.897112.862916.7657
Yxy12.86290.23090.3339
Hunter Lab35.8649-18.4826-2.6108
CIE-Lab42.5559-25.3715-6.2388

#14706e color RGB value is (20,112,110).

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

The process color (four color CMYK) of #14706e color hex is 0.82, 0.00, 0.02, 0.56. Web safe color of #14706e is #006666. Color #14706e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 01101110
Octal 24 160 156
Decimal 20 112 110
Hex 14 70 6E

RGB Percentages of Color #14706e

%8.26
%46.28
%45.45

CMYK Percentages of Color #14706e

%82
%0
%2
%56

Triadic Colors of #14706e

#14706e #6e1470 #706e14

Analogous Colors of #14706e

#14706e #144470 #147040

Monochromatic Colors of #14706e

#14706e

Complementary Color

#14706e #701416

#14706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14706e Color CSS Codes

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

#14706e Text Font Color

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

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


#14706e Background Color

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

This div background color is #14706e


#14706e Border Color

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

This div border color is #14706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14706e


Comments

No comments written yet.

Please login to write comment.