Color Hex Logo

#14200d Color Hex

#14200D
(20,32,13)
0 Favorites   0 Comments

Color spaces of #14200d

RGB 203213
HSL0.270.420.09
HSV98°59°13°
CMYK 0.380.000.59   0.87
XYZ0.87761.21080.5682
Yxy1.21080.33030.4558
Hunter Lab11.0036-5.02004.6410
CIE-Lab10.6368-9.918510.2121

#14200d color RGB value is (20,32,13).

#14200d hex color red value is 20, green value is 32 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #14200d hue: 0.27 , saturation: 0.42 and the lightness value of 14200d is 0.09.

The process color (four color CMYK) of #14200d color hex is 0.38, 0.00, 0.59, 0.87. Web safe color of #14200d is #003300. Color #14200d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100000 00001101
Octal 24 40 15
Decimal 20 32 13
Hex 14 20 D

RGB Percentages of Color #14200d

%30.77
%49.23
%20.00

CMYK Percentages of Color #14200d

%38
%0
%59
%87

Triadic Colors of #14200d

#14200d #0d1420 #200d14

Analogous Colors of #14200d

#14200d #0d2010 #1e200d

Monochromatic Colors of #14200d

#14200d

Complementary Color

#14200d #190d20

#14200d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14200d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14200d Color CSS Codes

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

#14200d Text Font Color

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

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


#14200d Background Color

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

This div background color is #14200d


#14200d Border Color

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

This div border color is #14200d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14200d


Comments

No comments written yet.

Please login to write comment.