Color Hex Logo

#14212e Color Hex

#14212E
(20,33,46)
0 Favorites   0 Comments

Color spaces of #14212e

RGB 203346
HSL0.580.390.13
HSV210°57°18°
CMYK 0.570.280.00   0.82
XYZ1.32551.43372.7916
Yxy1.43370.23880.2583
Hunter Lab11.9737-1.1939-5.4415
CIE-Lab12.1802-1.1152-10.3875

#14212e color RGB value is (20,33,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100001 00101110
Octal 24 41 56
Decimal 20 33 46
Hex 14 21 2E

RGB Percentages of Color #14212e

%20.20
%33.33
%46.46

CMYK Percentages of Color #14212e

%57
%28
%0
%82

Triadic Colors of #14212e

#14212e #2e1421 #212e14

Analogous Colors of #14212e

#14212e #14142e #142e2e

Monochromatic Colors of #14212e

#14212e

Complementary Color

#14212e #2e2114

#14212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14212e Color CSS Codes

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

#14212e Text Font Color

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

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


#14212e Background Color

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

This div background color is #14212e


#14212e Border Color

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

This div border color is #14212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14212e


Comments

No comments written yet.

Please login to write comment.