Color Hex Logo

#14495c Color Hex

#14495C
(20,73,92)
0 Favorites   0 Comments

Color spaces of #14495c

RGB 207392
HSL0.540.640.22
HSV196°78°36°
CMYK 0.780.210.00   0.64
XYZ4.60285.686510.9802
Yxy5.68650.21640.2674
Hunter Lab23.8464-7.2773-10.6079
CIE-Lab28.6073-10.0243-16.1830

#14495c color RGB value is (20,73,92).

#14495c hex color red value is 20, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #14495c hue: 0.54 , saturation: 0.64 and the lightness value of 14495c is 0.22.

The process color (four color CMYK) of #14495c color hex is 0.78, 0.21, 0.00, 0.64. Web safe color of #14495c is #003366. Color #14495c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001001 01011100
Octal 24 111 134
Decimal 20 73 92
Hex 14 49 5C

RGB Percentages of Color #14495c

%10.81
%39.46
%49.73

CMYK Percentages of Color #14495c

%78
%21
%0
%64

Triadic Colors of #14495c

#14495c #5c1449 #495c14

Analogous Colors of #14495c

#14495c #14255c #145c4b

Monochromatic Colors of #14495c

#14495c

Complementary Color

#14495c #5c2714

#14495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14495c Color CSS Codes

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

#14495c Text Font Color

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

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


#14495c Background Color

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

This div background color is #14495c


#14495c Border Color

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

This div border color is #14495c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14495c


Comments

No comments written yet.

Please login to write comment.