Color Hex Logo

#141809 Color Hex

#141809
(20,24,9)
0 Favorites   0 Comments

Color spaces of #141809

RGB 20249
HSL0.210.450.06
HSV76°63°
CMYK 0.170.000.63   0.91
XYZ0.66440.82170.3820
Yxy0.82170.35570.4399
Hunter Lab9.0648-2.78023.8468
CIE-Lab7.4224-4.77647.3332

#141809 color RGB value is (20,24,9).

#141809 hex color red value is 20, green value is 24 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #141809 hue: 0.21 , saturation: 0.45 and the lightness value of 141809 is 0.06.

The process color (four color CMYK) of #141809 color hex is 0.17, 0.00, 0.63, 0.91. Web safe color of #141809 is #000000. Color #141809 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011000 00001001
Octal 24 30 11
Decimal 20 24 9
Hex 14 18 9

RGB Percentages of Color #141809

%37.74
%45.28
%16.98

CMYK Percentages of Color #141809

%17
%0
%63
%91

Triadic Colors of #141809

#141809 #091418 #180914

Analogous Colors of #141809

#141809 #0d1809 #181509

Monochromatic Colors of #141809

#141809

Complementary Color

#141809 #0d0918

#141809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141809 Color CSS Codes

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

#141809 Text Font Color

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

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


#141809 Background Color

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

This div background color is #141809


#141809 Border Color

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

This div border color is #141809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141809


Comments

No comments written yet.

Please login to write comment.