Color Hex Logo

#14443c Color Hex

#14443C
(20,68,60)
0 Favorites   0 Comments

Color spaces of #14443c

RGB 206860
HSL0.470.550.17
HSV170°71°27°
CMYK 0.710.000.12   0.73
XYZ3.17124.60924.9975
Yxy4.60920.24820.3607
Hunter Lab21.4690-11.20451.2270
CIE-Lab25.5910-18.30660.1008

#14443c color RGB value is (20,68,60).

#14443c hex color red value is 20, green value is 68 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #14443c hue: 0.47 , saturation: 0.55 and the lightness value of 14443c is 0.17.

The process color (four color CMYK) of #14443c color hex is 0.71, 0.00, 0.12, 0.73. Web safe color of #14443c is #003333. Color #14443c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000100 00111100
Octal 24 104 74
Decimal 20 68 60
Hex 14 44 3C

RGB Percentages of Color #14443c

%13.51
%45.95
%40.54

CMYK Percentages of Color #14443c

%71
%0
%12
%73

Triadic Colors of #14443c

#14443c #3c1444 #443c14

Analogous Colors of #14443c

#14443c #143444 #144424

Monochromatic Colors of #14443c

#14443c

Complementary Color

#14443c #44141c

#14443c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14443c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14443c Color CSS Codes

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

#14443c Text Font Color

<p style="color:#14443c">Text here</p>

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


#14443c Background Color

<div style="background-color:#14443c">
Div content here</div>

This div background color is #14443c


#14443c Border Color

<div style="border:3px solid #14443c">
Div here</div>

This div border color is #14443c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,68,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14443c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14443c;
  -webkit-box-shadow: 1px 1px 3px 2px #14443c;
  box-shadow:         1px 1px 3px 2px #14443c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14443c


Comments

No comments written yet.

Please login to write comment.