Color Hex Logo

#14423d Color Hex

#14423D
(20,66,61)
0 Favorites   0 Comments

Color spaces of #14423d

RGB 206661
HSL0.480.530.17
HSV173°70°26°
CMYK 0.700.000.08   0.74
XYZ3.07904.38215.0984
Yxy4.38210.24520.3489
Hunter Lab20.9335-10.37890.2132
CIE-Lab24.8964-16.8880-1.5755

#14423d color RGB value is (20,66,61).

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

The process color (four color CMYK) of #14423d color hex is 0.70, 0.00, 0.08, 0.74. Web safe color of #14423d is #003333. Color #14423d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000010 00111101
Octal 24 102 75
Decimal 20 66 61
Hex 14 42 3D

RGB Percentages of Color #14423d

%13.61
%44.90
%41.50

CMYK Percentages of Color #14423d

%70
%0
%8
%74

Triadic Colors of #14423d

#14423d #3d1442 #423d14

Analogous Colors of #14423d

#14423d #143042 #144226

Monochromatic Colors of #14423d

#14423d

Complementary Color

#14423d #421419

#14423d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14423d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14423d Color CSS Codes

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

#14423d Text Font Color

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

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


#14423d Background Color

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

This div background color is #14423d


#14423d Border Color

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

This div border color is #14423d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14423d


Comments

No comments written yet.

Please login to write comment.