Color Hex Logo

#14597c Color Hex

#14597C
(20,89,124)
0 Favorites   0 Comments

Color spaces of #14597c

RGB 2089124
HSL0.560.720.28
HSV200°84°49°
CMYK 0.840.280.00   0.51
XYZ7.49908.748720.3622
Yxy8.74870.20480.2390
Hunter Lab29.5782-6.5065-20.1116
CIE-Lab35.4959-7.5155-25.5856

#14597c color RGB value is (20,89,124).

#14597c hex color red value is 20, green value is 89 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #14597c hue: 0.56 , saturation: 0.72 and the lightness value of 14597c is 0.28.

The process color (four color CMYK) of #14597c color hex is 0.84, 0.28, 0.00, 0.51. Web safe color of #14597c is #006666. Color #14597c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011001 01111100
Octal 24 131 174
Decimal 20 89 124
Hex 14 59 7C

RGB Percentages of Color #14597c

%8.58
%38.20
%53.22

CMYK Percentages of Color #14597c

%84
%28
%0
%51

Triadic Colors of #14597c

#14597c #7c1459 #597c14

Analogous Colors of #14597c

#14597c #14257c #147c6b

Monochromatic Colors of #14597c

#14597c

Complementary Color

#14597c #7c3714

#14597c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14597c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14597c Color CSS Codes

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

#14597c Text Font Color

<p style="color:#14597c">Text here</p>

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


#14597c Background Color

<div style="background-color:#14597c">
Div content here</div>

This div background color is #14597c


#14597c Border Color

<div style="border:3px solid #14597c">
Div here</div>

This div border color is #14597c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,89,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14597c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14597c;
  -webkit-box-shadow: 1px 1px 3px 2px #14597c;
  box-shadow:         1px 1px 3px 2px #14597c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14597c


Comments

No comments written yet.

Please login to write comment.