Color Hex Logo

#146e49 Color Hex

#146E49
(20,110,73)
0 Favorites   0 Comments

Color spaces of #146e49

RGB 2011073
HSL0.430.690.25
HSV155°82°43°
CMYK 0.820.000.34   0.57
XYZ7.067011.78168.2049
Yxy11.78160.26120.4355
Hunter Lab34.3243-23.31649.8543
CIE-Lab40.8669-34.866113.5701

#146e49 color RGB value is (20,110,73).

#146e49 hex color red value is 20, green value is 110 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #146e49 hue: 0.43 , saturation: 0.69 and the lightness value of 146e49 is 0.25.

The process color (four color CMYK) of #146e49 color hex is 0.82, 0.00, 0.34, 0.57. Web safe color of #146e49 is #006633. Color #146e49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 01001001
Octal 24 156 111
Decimal 20 110 73
Hex 14 6E 49

RGB Percentages of Color #146e49

%9.85
%54.19
%35.96

CMYK Percentages of Color #146e49

%82
%0
%34
%57

Triadic Colors of #146e49

#146e49 #49146e #6e4914

Analogous Colors of #146e49

#146e49 #14666e #146e1c

Monochromatic Colors of #146e49

#146e49

Complementary Color

#146e49 #6e1439

#146e49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146e49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146e49 Color CSS Codes

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

#146e49 Text Font Color

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

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


#146e49 Background Color

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

This div background color is #146e49


#146e49 Border Color

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

This div border color is #146e49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,110,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #146e49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #146e49;
  -webkit-box-shadow: 1px 1px 3px 2px #146e49;
  box-shadow:         1px 1px 3px 2px #146e49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146e49


Comments

No comments written yet.

Please login to write comment.