Color Hex Logo

#14486d Color Hex

#14486D
(20,72,109)
0 Favorites   0 Comments

Color spaces of #14486d

RGB 2072109
HSL0.570.690.25
HSV205°82°43°
CMYK 0.820.340.00   0.57
XYZ5.36625.887615.3216
Yxy5.88760.20190.2215
Hunter Lab24.2644-2.9864-20.4533
CIE-Lab29.1271-2.6997-26.2213

#14486d color RGB value is (20,72,109).

#14486d hex color red value is 20, green value is 72 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #14486d hue: 0.57 , saturation: 0.69 and the lightness value of 14486d is 0.25.

The process color (four color CMYK) of #14486d color hex is 0.82, 0.34, 0.00, 0.57. Web safe color of #14486d is #003366. Color #14486d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 01101101
Octal 24 110 155
Decimal 20 72 109
Hex 14 48 6D

RGB Percentages of Color #14486d

%9.95
%35.82
%54.23

CMYK Percentages of Color #14486d

%82
%34
%0
%57

Triadic Colors of #14486d

#14486d #6d1448 #486d14

Analogous Colors of #14486d

#14486d #141c6d #146d66

Monochromatic Colors of #14486d

#14486d

Complementary Color

#14486d #6d3914

#14486d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14486d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14486d Color CSS Codes

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

#14486d Text Font Color

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

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


#14486d Background Color

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

This div background color is #14486d


#14486d Border Color

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

This div border color is #14486d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14486d


Comments

No comments written yet.

Please login to write comment.