Color Hex Logo

#142d4b Color Hex

#142D4B
(20,45,75)
0 Favorites   0 Comments

Color spaces of #142d4b

RGB 204575
HSL0.590.580.19
HSV213°73°29°
CMYK 0.730.400.00   0.71
XYZ2.49692.53357.0140
Yxy2.53350.20730.2103
Hunter Lab15.91700.1466-14.9850
CIE-Lab18.06941.7851-21.4333

#142d4b color RGB value is (20,45,75).

#142d4b hex color red value is 20, green value is 45 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #142d4b hue: 0.59 , saturation: 0.58 and the lightness value of 142d4b is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 01001011
Octal 24 55 113
Decimal 20 45 75
Hex 14 2D 4B

RGB Percentages of Color #142d4b

%14.29
%32.14
%53.57

CMYK Percentages of Color #142d4b

%73
%40
%0
%71

Triadic Colors of #142d4b

#142d4b #4b142d #2d4b14

Analogous Colors of #142d4b

#142d4b #16144b #14494b

Monochromatic Colors of #142d4b

#142d4b

Complementary Color

#142d4b #4b3214

#142d4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142d4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#142d4b Color CSS Codes

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

#142d4b Text Font Color

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

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


#142d4b Background Color

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

This div background color is #142d4b


#142d4b Border Color

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

This div border color is #142d4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142d4b


Comments

No comments written yet.

Please login to write comment.