Color Hex Logo

#141b2e Color Hex

#141B2E
(20,27,46)
0 Favorites   0 Comments

Color spaces of #141b2e

RGB 202746
HSL0.620.390.13
HSV224°57°18°
CMYK 0.570.410.00   0.82
XYZ1.17361.12982.7410
Yxy1.12980.23270.2240
Hunter Lab10.62921.1076-7.8489
CIE-Lab10.02913.3719-13.7379

#141b2e color RGB value is (20,27,46).

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

The process color (four color CMYK) of #141b2e color hex is 0.57, 0.41, 0.00, 0.82. Web safe color of #141b2e is #003333. Color #141b2e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011011 00101110
Octal 24 33 56
Decimal 20 27 46
Hex 14 1B 2E

RGB Percentages of Color #141b2e

%21.51
%29.03
%49.46

CMYK Percentages of Color #141b2e

%57
%41
%0
%82

Triadic Colors of #141b2e

#141b2e #2e141b #1b2e14

Analogous Colors of #141b2e

#141b2e #1a142e #14282e

Monochromatic Colors of #141b2e

#141b2e

Complementary Color

#141b2e #2e2714

#141b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#141b2e Color CSS Codes

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

#141b2e Text Font Color

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

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


#141b2e Background Color

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

This div background color is #141b2e


#141b2e Border Color

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

This div border color is #141b2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141b2e


Comments

No comments written yet.

Please login to write comment.