Color Hex Logo

#14553b Color Hex

#14553B
(20,85,59)
0 Favorites   0 Comments

Color spaces of #14553b

RGB 208559
HSL0.430.620.21
HSV156°76°33°
CMYK 0.760.000.31   0.67
XYZ4.32646.96155.2533
Yxy6.96150.26160.4209
Hunter Lab26.3847-16.90386.6644
CIE-Lab31.7191-27.16069.4649

#14553b color RGB value is (20,85,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010101 00111011
Octal 24 125 73
Decimal 20 85 59
Hex 14 55 3B

RGB Percentages of Color #14553b

%12.20
%51.83
%35.98

CMYK Percentages of Color #14553b

%76
%0
%31
%67

Triadic Colors of #14553b

#14553b #3b1455 #553b14

Analogous Colors of #14553b

#14553b #144f55 #14551b

Monochromatic Colors of #14553b

#14553b

Complementary Color

#14553b #55142e

#14553b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14553b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14553b Color CSS Codes

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

#14553b Text Font Color

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

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


#14553b Background Color

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

This div background color is #14553b


#14553b Border Color

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

This div border color is #14553b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14553b


Comments

No comments written yet.

Please login to write comment.