Color Hex Logo

#146e5f Color Hex

#146E5F
(20,110,95)
0 Favorites   0 Comments

Color spaces of #146e5f

RGB 2011095
HSL0.470.690.25
HSV170°82°43°
CMYK 0.820.000.14   0.57
XYZ7.930012.126812.7492
Yxy12.12680.24170.3697
Hunter Lab34.8236-20.29332.6699
CIE-Lab41.4169-29.00521.1500

#146e5f color RGB value is (20,110,95).

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

The process color (four color CMYK) of #146e5f color hex is 0.82, 0.00, 0.14, 0.57. Web safe color of #146e5f is #006666. Color #146e5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 01011111
Octal 24 156 137
Decimal 20 110 95
Hex 14 6E 5F

RGB Percentages of Color #146e5f

%8.89
%48.89
%42.22

CMYK Percentages of Color #146e5f

%82
%0
%14
%57

Triadic Colors of #146e5f

#146e5f #5f146e #6e5f14

Analogous Colors of #146e5f

#146e5f #14506e #146e32

Monochromatic Colors of #146e5f

#146e5f

Complementary Color

#146e5f #6e1423

#146e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#146e5f Color CSS Codes

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

#146e5f Text Font Color

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

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


#146e5f Background Color

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

This div background color is #146e5f


#146e5f Border Color

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

This div border color is #146e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146e5f


Comments

No comments written yet.

Please login to write comment.