Color Hex Logo

#14443f Color Hex

#14443F
(20,68,63)
0 Favorites   0 Comments

Color spaces of #14443f

RGB 206863
HSL0.480.550.17
HSV174°71°27°
CMYK 0.710.000.07   0.73
XYZ3.25284.64185.4272
Yxy4.64180.24420.3484
Hunter Lab21.5448-10.75390.1461
CIE-Lab25.6889-17.3593-1.7267

#14443f color RGB value is (20,68,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000100 00111111
Octal 24 104 77
Decimal 20 68 63
Hex 14 44 3F

RGB Percentages of Color #14443f

%13.25
%45.03
%41.72

CMYK Percentages of Color #14443f

%71
%0
%7
%73

Triadic Colors of #14443f

#14443f #3f1444 #443f14

Analogous Colors of #14443f

#14443f #143144 #144427

Monochromatic Colors of #14443f

#14443f

Complementary Color

#14443f #441419

#14443f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14443f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14443f Color CSS Codes

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

#14443f Text Font Color

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

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


#14443f Background Color

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

This div background color is #14443f


#14443f Border Color

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

This div border color is #14443f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14443f


Comments

No comments written yet.

Please login to write comment.