Color Hex Logo

#14421a Color Hex

#14421A
(20,66,26)
0 Favorites   0 Comments

Color spaces of #14421a

RGB 206626
HSL0.360.530.17
HSV128°70°26°
CMYK 0.700.000.61   0.74
XYZ2.42324.11971.6448
Yxy4.11970.29600.5032
Hunter Lab20.2970-14.20939.4033
CIE-Lab24.0633-25.527519.6343

#14421a color RGB value is (20,66,26).

#14421a hex color red value is 20, green value is 66 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #14421a hue: 0.36 , saturation: 0.53 and the lightness value of 14421a is 0.17.

The process color (four color CMYK) of #14421a color hex is 0.70, 0.00, 0.61, 0.74. Web safe color of #14421a is #003333. Color #14421a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000010 00011010
Octal 24 102 32
Decimal 20 66 26
Hex 14 42 1A

RGB Percentages of Color #14421a

%17.86
%58.93
%23.21

CMYK Percentages of Color #14421a

%70
%0
%61
%74

Triadic Colors of #14421a

#14421a #1a1442 #421a14

Analogous Colors of #14421a

#14421a #144231 #254214

Monochromatic Colors of #14421a

#14421a

Complementary Color

#14421a #42143c

#14421a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14421a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14421a Color CSS Codes

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

#14421a Text Font Color

<p style="color:#14421a">Text here</p>

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


#14421a Background Color

<div style="background-color:#14421a">
Div content here</div>

This div background color is #14421a


#14421a Border Color

<div style="border:3px solid #14421a">
Div here</div>

This div border color is #14421a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14421a


Comments

No comments written yet.

Please login to write comment.