Color Hex Logo

#146819 Color Hex

#146819
(20,104,25)
0 Favorites   0 Comments

Color spaces of #146819

RGB 2010425
HSL0.340.680.24
HSV124°81°41°
CMYK 0.810.000.76   0.59
XYZ5.414310.11952.5876
Yxy10.11950.29880.5584
Hunter Lab31.8112-25.288617.4450
CIE-Lab38.0561-40.615235.6991

#146819 color RGB value is (20,104,25).

#146819 hex color red value is 20, green value is 104 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #146819 hue: 0.34 , saturation: 0.68 and the lightness value of 146819 is 0.24.

The process color (four color CMYK) of #146819 color hex is 0.81, 0.00, 0.76, 0.59. Web safe color of #146819 is #006600. Color #146819 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 00011001
Octal 24 150 31
Decimal 20 104 25
Hex 14 68 19

RGB Percentages of Color #146819

%13.42
%69.80
%16.78

CMYK Percentages of Color #146819

%81
%0
%76
%59

Triadic Colors of #146819

#146819 #191468 #681914

Analogous Colors of #146819

#146819 #146843 #396814

Monochromatic Colors of #146819

#146819

Complementary Color

#146819 #681463

#146819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146819 Color CSS Codes

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

#146819 Text Font Color

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

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


#146819 Background Color

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

This div background color is #146819


#146819 Border Color

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

This div border color is #146819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146819


Comments

No comments written yet.

Please login to write comment.