Color Hex Logo

#142e4a Color Hex

#142E4A
(20,46,74)
0 Favorites   0 Comments

Color spaces of #142e4a

RGB 204674
HSL0.590.570.18
HSV211°73°29°
CMYK 0.730.380.00   0.71
XYZ2.50152.59716.8480
Yxy2.59710.20940.2174
Hunter Lab16.1155-0.4948-13.9134
CIE-Lab18.35220.6576-20.3083

#142e4a color RGB value is (20,46,74).

#142e4a hex color red value is 20, green value is 46 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #142e4a hue: 0.59 , saturation: 0.57 and the lightness value of 142e4a is 0.18.

The process color (four color CMYK) of #142e4a color hex is 0.73, 0.38, 0.00, 0.71. Web safe color of #142e4a is #003333. Color #142e4a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101110 01001010
Octal 24 56 112
Decimal 20 46 74
Hex 14 2E 4A

RGB Percentages of Color #142e4a

%14.29
%32.86
%52.86

CMYK Percentages of Color #142e4a

%73
%38
%0
%71

Triadic Colors of #142e4a

#142e4a #4a142e #2e4a14

Analogous Colors of #142e4a

#142e4a #15144a #14494a

Monochromatic Colors of #142e4a

#142e4a

Complementary Color

#142e4a #4a3014

#142e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#142e4a Color CSS Codes

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

#142e4a Text Font Color

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

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


#142e4a Background Color

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

This div background color is #142e4a


#142e4a Border Color

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

This div border color is #142e4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142e4a


Comments

No comments written yet.

Please login to write comment.