Color Hex Logo

#141e2b Color Hex

#141E2B
(20,30,43)
0 Favorites   0 Comments

Color spaces of #141e2b

RGB 203043
HSL0.590.370.12
HSV214°53°17°
CMYK 0.530.300.00   0.83
XYZ1.18881.25172.4644
Yxy1.25170.24240.2552
Hunter Lab11.1879-0.6120-5.2284
CIE-Lab10.9334-0.0294-10.1367

#141e2b color RGB value is (20,30,43).

#141e2b hex color red value is 20, green value is 30 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #141e2b hue: 0.59 , saturation: 0.37 and the lightness value of 141e2b is 0.12.

The process color (four color CMYK) of #141e2b color hex is 0.53, 0.30, 0.00, 0.83. Web safe color of #141e2b is #003333. Color #141e2b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011110 00101011
Octal 24 36 53
Decimal 20 30 43
Hex 14 1E 2B

RGB Percentages of Color #141e2b

%21.51
%32.26
%46.24

CMYK Percentages of Color #141e2b

%53
%30
%0
%83

Triadic Colors of #141e2b

#141e2b #2b141e #1e2b14

Analogous Colors of #141e2b

#141e2b #16142b #142a2b

Monochromatic Colors of #141e2b

#141e2b

Complementary Color

#141e2b #2b2114

#141e2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141e2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#141e2b Color CSS Codes

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

#141e2b Text Font Color

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

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


#141e2b Background Color

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

This div background color is #141e2b


#141e2b Border Color

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

This div border color is #141e2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,30,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #141e2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #141e2b;
  -webkit-box-shadow: 1px 1px 3px 2px #141e2b;
  box-shadow:         1px 1px 3px 2px #141e2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141e2b


Comments

No comments written yet.

Please login to write comment.