Color Hex Logo

#14293f Color Hex

#14293F
(20,41,63)
0 Favorites   0 Comments

Color spaces of #14293f

RGB 204163
HSL0.590.520.16
HSV211°68°25°
CMYK 0.680.350.00   0.75
XYZ1.97862.09355.0024
Yxy2.09350.21800.2307
Hunter Lab14.4689-0.9111-10.3703
CIE-Lab15.9705-0.2592-16.5098

#14293f color RGB value is (20,41,63).

#14293f hex color red value is 20, green value is 41 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #14293f hue: 0.59 , saturation: 0.52 and the lightness value of 14293f is 0.16.

The process color (four color CMYK) of #14293f color hex is 0.68, 0.35, 0.00, 0.75. Web safe color of #14293f is #003333. Color #14293f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 00111111
Octal 24 51 77
Decimal 20 41 63
Hex 14 29 3F

RGB Percentages of Color #14293f

%16.13
%33.06
%50.81

CMYK Percentages of Color #14293f

%68
%35
%0
%75

Triadic Colors of #14293f

#14293f #3f1429 #293f14

Analogous Colors of #14293f

#14293f #15143f #143f3f

Monochromatic Colors of #14293f

#14293f

Complementary Color

#14293f #3f2a14

#14293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14293f Color CSS Codes

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

#14293f Text Font Color

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

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


#14293f Background Color

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

This div background color is #14293f


#14293f Border Color

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

This div border color is #14293f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14293f


Comments

No comments written yet.

Please login to write comment.