Color Hex Logo

#146960 Color Hex

#146960
(20,105,96)
0 Favorites   0 Comments

Color spaces of #146960

RGB 2010596
HSL0.480.680.25
HSV174°81°41°
CMYK 0.810.000.09   0.59
XYZ7.451411.096412.8154
Yxy11.09640.23760.3538
Hunter Lab33.3113-18.36600.5080
CIE-Lab39.7424-26.2740-1.9063

#146960 color RGB value is (20,105,96).

#146960 hex color red value is 20, green value is 105 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #146960 hue: 0.48 , saturation: 0.68 and the lightness value of 146960 is 0.25.

The process color (four color CMYK) of #146960 color hex is 0.81, 0.00, 0.09, 0.59. Web safe color of #146960 is #006666. Color #146960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101001 01100000
Octal 24 151 140
Decimal 20 105 96
Hex 14 69 60

RGB Percentages of Color #146960

%9.05
%47.51
%43.44

CMYK Percentages of Color #146960

%81
%0
%9
%59

Triadic Colors of #146960

#146960 #601469 #696014

Analogous Colors of #146960

#146960 #144869 #146936

Monochromatic Colors of #146960

#146960

Complementary Color

#146960 #69141d

#146960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146960 Color CSS Codes

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

#146960 Text Font Color

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

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


#146960 Background Color

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

This div background color is #146960


#146960 Border Color

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

This div border color is #146960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146960


Comments

No comments written yet.

Please login to write comment.