Color Hex Logo

#142937 Color Hex

#142937
(20,41,55)
0 Favorites   0 Comments

Color spaces of #142937

RGB 204155
HSL0.570.470.15
HSV204°64°22°
CMYK 0.640.250.00   0.78
XYZ1.77102.01043.9091
Yxy2.01040.23030.2614
Hunter Lab14.1789-2.5176-6.4210
CIE-Lab15.5417-3.4005-11.5962

#142937 color RGB value is (20,41,55).

#142937 hex color red value is 20, green value is 41 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #142937 hue: 0.57 , saturation: 0.47 and the lightness value of 142937 is 0.15.

The process color (four color CMYK) of #142937 color hex is 0.64, 0.25, 0.00, 0.78. Web safe color of #142937 is #003333. Color #142937 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 00110111
Octal 24 51 67
Decimal 20 41 55
Hex 14 29 37

RGB Percentages of Color #142937

%17.24
%35.34
%47.41

CMYK Percentages of Color #142937

%64
%25
%0
%78

Triadic Colors of #142937

#142937 #371429 #293714

Analogous Colors of #142937

#142937 #141837 #143734

Monochromatic Colors of #142937

#142937

Complementary Color

#142937 #372214

#142937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142937 Color CSS Codes

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

#142937 Text Font Color

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

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


#142937 Background Color

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

This div background color is #142937


#142937 Border Color

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

This div border color is #142937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142937


Comments

No comments written yet.

Please login to write comment.