Color Hex Logo

#146412 Color Hex

#146412
(20,100,18)
0 Favorites   0 Comments

Color spaces of #146412

RGB 2010018
HSL0.330.690.23
HSV119°82°39°
CMYK 0.800.000.82   0.61
XYZ4.95489.30672.1075
Yxy9.30670.30270.5686
Hunter Lab30.5069-24.395817.2589
CIE-Lab36.5682-39.806236.9359

#146412 color RGB value is (20,100,18).

#146412 hex color red value is 20, green value is 100 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #146412 hue: 0.33 , saturation: 0.69 and the lightness value of 146412 is 0.23.

The process color (four color CMYK) of #146412 color hex is 0.80, 0.00, 0.82, 0.61. Web safe color of #146412 is #006600. Color #146412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100100 00010010
Octal 24 144 22
Decimal 20 100 18
Hex 14 64 12

RGB Percentages of Color #146412

%14.49
%72.46
%13.04

CMYK Percentages of Color #146412

%80
%0
%82
%61

Triadic Colors of #146412

#146412 #121464 #641214

Analogous Colors of #146412

#146412 #126439 #3d6412

Monochromatic Colors of #146412

#146412

Complementary Color

#146412 #621264

#146412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146412 Color CSS Codes

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

#146412 Text Font Color

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

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


#146412 Background Color

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

This div background color is #146412


#146412 Border Color

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

This div border color is #146412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146412


Comments

No comments written yet.

Please login to write comment.