Color Hex Logo

#14292e Color Hex

#14292E
(20,41,46)
0 Favorites   0 Comments

Color spaces of #14292e

RGB 204146
HSL0.530.390.13
HSV192°57°18°
CMYK 0.570.110.00   0.82
XYZ1.57461.93192.8747
Yxy1.93190.24680.3027
Hunter Lab13.8993-4.1021-2.5331
CIE-Lab15.1257-6.7007-5.8885

#14292e color RGB value is (20,41,46).

#14292e hex color red value is 20, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #14292e hue: 0.53 , saturation: 0.39 and the lightness value of 14292e is 0.13.

The process color (four color CMYK) of #14292e color hex is 0.57, 0.11, 0.00, 0.82. Web safe color of #14292e is #003333. Color #14292e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 00101110
Octal 24 51 56
Decimal 20 41 46
Hex 14 29 2E

RGB Percentages of Color #14292e

%18.69
%38.32
%42.99

CMYK Percentages of Color #14292e

%57
%11
%0
%82

Triadic Colors of #14292e

#14292e #2e1429 #292e14

Analogous Colors of #14292e

#14292e #141c2e #142e26

Monochromatic Colors of #14292e

#14292e

Complementary Color

#14292e #2e1914

#14292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14292e Color CSS Codes

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

#14292e Text Font Color

<p style="color:#14292e">Text here</p>

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


#14292e Background Color

<div style="background-color:#14292e">
Div content here</div>

This div background color is #14292e


#14292e Border Color

<div style="border:3px solid #14292e">
Div here</div>

This div border color is #14292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14292e


Comments

No comments written yet.

Please login to write comment.