Color Hex Logo

#14554d Color Hex

#14554D
(20,85,77)
0 Favorites   0 Comments

Color spaces of #14554d

RGB 208577
HSL0.480.620.21
HSV173°76°33°
CMYK 0.760.000.09   0.67
XYZ4.87657.18158.1503
Yxy7.18150.24130.3554
Hunter Lab26.7983-14.41540.7267
CIE-Lab32.2166-22.0382-1.1564

#14554d color RGB value is (20,85,77).

#14554d hex color red value is 20, green value is 85 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #14554d hue: 0.48 , saturation: 0.62 and the lightness value of 14554d is 0.21.

The process color (four color CMYK) of #14554d color hex is 0.76, 0.00, 0.09, 0.67. Web safe color of #14554d is #006666. Color #14554d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010101 01001101
Octal 24 125 115
Decimal 20 85 77
Hex 14 55 4D

RGB Percentages of Color #14554d

%10.99
%46.70
%42.31

CMYK Percentages of Color #14554d

%76
%0
%9
%67

Triadic Colors of #14554d

#14554d #4d1455 #554d14

Analogous Colors of #14554d

#14554d #143d55 #14552d

Monochromatic Colors of #14554d

#14554d

Complementary Color

#14554d #55141c

#14554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14554d Color CSS Codes

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

#14554d Text Font Color

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

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


#14554d Background Color

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

This div background color is #14554d


#14554d Border Color

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

This div border color is #14554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14554d


Comments

No comments written yet.

Please login to write comment.