Color Hex Logo

#141b01 Color Hex

#141B01
(20,27,1)
0 Favorites   0 Comments

Color spaces of #141b01

RGB 20271
HSL0.210.930.05
HSV76°96°11°
CMYK 0.260.000.96   0.89
XYZ0.68590.93480.1730
Yxy0.93480.38240.5212
Hunter Lab9.6685-4.25685.7071
CIE-Lab8.4360-8.265112.0704

#141b01 color RGB value is (20,27,1).

#141b01 hex color red value is 20, green value is 27 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #141b01 hue: 0.21 , saturation: 0.93 and the lightness value of 141b01 is 0.05.

The process color (four color CMYK) of #141b01 color hex is 0.26, 0.00, 0.96, 0.89. Web safe color of #141b01 is #003300. Color #141b01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011011 00000001
Octal 24 33 1
Decimal 20 27 1
Hex 14 1B 1

RGB Percentages of Color #141b01

%41.67
%56.25
%2.08

CMYK Percentages of Color #141b01

%26
%0
%96
%89

Triadic Colors of #141b01

#141b01 #01141b #1b0114

Analogous Colors of #141b01

#141b01 #071b01 #1b1501

Monochromatic Colors of #141b01

#141b01

Complementary Color

#141b01 #08011b

#141b01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141b01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141b01 Color CSS Codes

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

#141b01 Text Font Color

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

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


#141b01 Background Color

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

This div background color is #141b01


#141b01 Border Color

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

This div border color is #141b01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141b01


Comments

No comments written yet.

Please login to write comment.