Color Hex Logo

#14553c Color Hex

#14553C
(20,85,60)
0 Favorites   0 Comments

Color spaces of #14553c

RGB 208560
HSL0.440.620.21
HSV157°76°33°
CMYK 0.760.000.29   0.67
XYZ4.35266.97205.3913
Yxy6.97200.26040.4171
Hunter Lab26.4045-16.78356.3773
CIE-Lab31.7431-26.90438.8742

#14553c color RGB value is (20,85,60).

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

The process color (four color CMYK) of #14553c color hex is 0.76, 0.00, 0.29, 0.67. Web safe color of #14553c is #006633. Color #14553c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010101 00111100
Octal 24 125 74
Decimal 20 85 60
Hex 14 55 3C

RGB Percentages of Color #14553c

%12.12
%51.52
%36.36

CMYK Percentages of Color #14553c

%76
%0
%29
%67

Triadic Colors of #14553c

#14553c #3c1455 #553c14

Analogous Colors of #14553c

#14553c #144e55 #14551c

Monochromatic Colors of #14553c

#14553c

Complementary Color

#14553c #55142d

#14553c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14553c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14553c Color CSS Codes

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

#14553c Text Font Color

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

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


#14553c Background Color

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

This div background color is #14553c


#14553c Border Color

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

This div border color is #14553c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14553c


Comments

No comments written yet.

Please login to write comment.