Color Hex Logo

#14537d Color Hex

#14537D
(20,83,125)
0 Favorites   0 Comments

Color spaces of #14537d

RGB 2083125
HSL0.570.720.28
HSV204°84°49°
CMYK 0.840.340.00   0.51
XYZ7.08347.815920.5373
Yxy7.81590.19990.2206
Hunter Lab27.9569-3.6984-23.9849
CIE-Lab33.5965-3.3657-29.1873

#14537d color RGB value is (20,83,125).

#14537d hex color red value is 20, green value is 83 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #14537d hue: 0.57 , saturation: 0.72 and the lightness value of 14537d is 0.28.

The process color (four color CMYK) of #14537d color hex is 0.84, 0.34, 0.00, 0.51. Web safe color of #14537d is #006666. Color #14537d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010011 01111101
Octal 24 123 175
Decimal 20 83 125
Hex 14 53 7D

RGB Percentages of Color #14537d

%8.77
%36.40
%54.82

CMYK Percentages of Color #14537d

%84
%34
%0
%51

Triadic Colors of #14537d

#14537d #7d1453 #537d14

Analogous Colors of #14537d

#14537d #141e7d #147d73

Monochromatic Colors of #14537d

#14537d

Complementary Color

#14537d #7d3e14

#14537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14537d Color CSS Codes

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

#14537d Text Font Color

<p style="color:#14537d">Text here</p>

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


#14537d Background Color

<div style="background-color:#14537d">
Div content here</div>

This div background color is #14537d


#14537d Border Color

<div style="border:3px solid #14537d">
Div here</div>

This div border color is #14537d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,83,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14537d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14537d;
  -webkit-box-shadow: 1px 1px 3px 2px #14537d;
  box-shadow:         1px 1px 3px 2px #14537d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14537d


Comments

No comments written yet.

Please login to write comment.