Color Hex Logo

#14454e Color Hex

#14454E
(20,69,78)
0 Favorites   0 Comments

Color spaces of #14454e

RGB 206978
HSL0.530.590.19
HSV189°74°31°
CMYK 0.740.120.00   0.69
XYZ3.79184.95507.9643
Yxy4.95500.22690.2965
Hunter Lab22.2598-8.5485-5.6314
CIE-Lab26.6062-12.8010-10.1834

#14454e color RGB value is (20,69,78).

#14454e hex color red value is 20, green value is 69 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #14454e hue: 0.53 , saturation: 0.59 and the lightness value of 14454e is 0.19.

The process color (four color CMYK) of #14454e color hex is 0.74, 0.12, 0.00, 0.69. Web safe color of #14454e is #003366. Color #14454e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000101 01001110
Octal 24 105 116
Decimal 20 69 78
Hex 14 45 4E

RGB Percentages of Color #14454e

%11.98
%41.32
%46.71

CMYK Percentages of Color #14454e

%74
%12
%0
%69

Triadic Colors of #14454e

#14454e #4e1445 #454e14

Analogous Colors of #14454e

#14454e #14284e #144e3a

Monochromatic Colors of #14454e

#14454e

Complementary Color

#14454e #4e1d14

#14454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14454e Color CSS Codes

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

#14454e Text Font Color

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

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


#14454e Background Color

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

This div background color is #14454e


#14454e Border Color

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

This div border color is #14454e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14454e


Comments

No comments written yet.

Please login to write comment.