Color Hex Logo

#14645d Color Hex

#14645D
(20,100,93)
0 Favorites   0 Comments

Color spaces of #14645d

RGB 2010093
HSL0.490.670.24
HSV175°80°39°
CMYK 0.800.000.07   0.61
XYZ6.821410.053411.9369
Yxy10.05340.23680.3489
Hunter Lab31.7071-17.0853-0.1262
CIE-Lab37.9381-24.7064-2.7243

#14645d color RGB value is (20,100,93).

#14645d hex color red value is 20, green value is 100 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #14645d hue: 0.49 , saturation: 0.67 and the lightness value of 14645d is 0.24.

The process color (four color CMYK) of #14645d color hex is 0.80, 0.00, 0.07, 0.61. Web safe color of #14645d is #006666. Color #14645d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100100 01011101
Octal 24 144 135
Decimal 20 100 93
Hex 14 64 5D

RGB Percentages of Color #14645d

%9.39
%46.95
%43.66

CMYK Percentages of Color #14645d

%80
%0
%7
%61

Triadic Colors of #14645d

#14645d #5d1464 #645d14

Analogous Colors of #14645d

#14645d #144364 #146435

Monochromatic Colors of #14645d

#14645d

Complementary Color

#14645d #64141b

#14645d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14645d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14645d Color CSS Codes

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

#14645d Text Font Color

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

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


#14645d Background Color

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

This div background color is #14645d


#14645d Border Color

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

This div border color is #14645d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14645d


Comments

No comments written yet.

Please login to write comment.