Color Hex Logo

#146b5c Color Hex

#146B5C
(20,107,92)
0 Favorites   0 Comments

Color spaces of #146b5c

RGB 2010792
HSL0.470.690.25
HSV170°81°42°
CMYK 0.810.000.14   0.58
XYZ7.478011.436811.9386
Yxy11.43680.24240.3707
Hunter Lab33.8183-19.71172.7422
CIE-Lab40.3066-28.45191.3549

#146b5c color RGB value is (20,107,92).

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

The process color (four color CMYK) of #146b5c color hex is 0.81, 0.00, 0.14, 0.58. Web safe color of #146b5c is #006666. Color #146b5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101011 01011100
Octal 24 153 134
Decimal 20 107 92
Hex 14 6B 5C

RGB Percentages of Color #146b5c

%9.13
%48.86
%42.01

CMYK Percentages of Color #146b5c

%81
%0
%14
%58

Triadic Colors of #146b5c

#146b5c #5c146b #6b5c14

Analogous Colors of #146b5c

#146b5c #144f6b #146b31

Monochromatic Colors of #146b5c

#146b5c

Complementary Color

#146b5c #6b1423

#146b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#146b5c Color CSS Codes

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

#146b5c Text Font Color

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

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


#146b5c Background Color

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

This div background color is #146b5c


#146b5c Border Color

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

This div border color is #146b5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146b5c


Comments

No comments written yet.

Please login to write comment.