Color Hex Logo

#14729e Color Hex

#14729E
(20,114,158)
0 Favorites   0 Comments

Color spaces of #14729e

RGB 20114158
HSL0.550.780.35
HSV199°87°62°
CMYK 0.870.280.00   0.38
XYZ12.477414.652034.5182
Yxy14.65200.20240.2377
Hunter Lab38.2779-8.8010-26.6719
CIE-Lab45.1538-9.4781-30.9346

#14729e color RGB value is (20,114,158).

#14729e hex color red value is 20, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #14729e hue: 0.55 , saturation: 0.78 and the lightness value of 14729e is 0.35.

The process color (four color CMYK) of #14729e color hex is 0.87, 0.28, 0.00, 0.38. Web safe color of #14729e is #006699. Color #14729e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110010 10011110
Octal 24 162 236
Decimal 20 114 158
Hex 14 72 9E

RGB Percentages of Color #14729e

%6.85
%39.04
%54.11

CMYK Percentages of Color #14729e

%87
%28
%0
%38

Triadic Colors of #14729e

#14729e #9e1472 #729e14

Analogous Colors of #14729e

#14729e #142d9e #149e85

Monochromatic Colors of #14729e

#14729e

Complementary Color

#14729e #9e4014

#14729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14729e Color CSS Codes

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

#14729e Text Font Color

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

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


#14729e Background Color

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

This div background color is #14729e


#14729e Border Color

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

This div border color is #14729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14729e


Comments

No comments written yet.

Please login to write comment.