Color Hex Logo

#14420d Color Hex

#14420D
(20,66,13)
0 Favorites   0 Comments

Color spaces of #14420d

RGB 206613
HSL0.310.670.15
HSV112°80°26°
CMYK 0.700.000.80   0.74
XYZ2.30944.07421.0455
Yxy4.07420.31090.5484
Hunter Lab20.1846-14.900311.0582
CIE-Lab23.9152-27.230126.3100

#14420d color RGB value is (20,66,13).

#14420d hex color red value is 20, green value is 66 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #14420d hue: 0.31 , saturation: 0.67 and the lightness value of 14420d is 0.15.

The process color (four color CMYK) of #14420d color hex is 0.70, 0.00, 0.80, 0.74. Web safe color of #14420d is #003300. Color #14420d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000010 00001101
Octal 24 102 15
Decimal 20 66 13
Hex 14 42 D

RGB Percentages of Color #14420d

%20.20
%66.67
%13.13

CMYK Percentages of Color #14420d

%70
%0
%80
%74

Triadic Colors of #14420d

#14420d #0d1442 #420d14

Analogous Colors of #14420d

#14420d #0d4221 #2f420d

Monochromatic Colors of #14420d

#14420d

Complementary Color

#14420d #3b0d42

#14420d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14420d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14420d Color CSS Codes

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

#14420d Text Font Color

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

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


#14420d Background Color

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

This div background color is #14420d


#14420d Border Color

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

This div border color is #14420d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,66,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 #14420d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14420d


Comments

No comments written yet.

Please login to write comment.