Color Hex Logo

#146360 Color Hex

#146360
(20,99,96)
0 Favorites   0 Comments

Color spaces of #146360

RGB 209996
HSL0.490.660.23
HSV178°80°39°
CMYK 0.800.000.03   0.61
XYZ6.86179.916912.6188
Yxy9.91690.23340.3373
Hunter Lab31.4911-16.2155-1.7143
CIE-Lab37.6929-23.2410-4.9361

#146360 color RGB value is (20,99,96).

#146360 hex color red value is 20, green value is 99 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #146360 hue: 0.49 , saturation: 0.66 and the lightness value of 146360 is 0.23.

The process color (four color CMYK) of #146360 color hex is 0.80, 0.00, 0.03, 0.61. Web safe color of #146360 is #006666. Color #146360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100011 01100000
Octal 24 143 140
Decimal 20 99 96
Hex 14 63 60

RGB Percentages of Color #146360

%9.30
%46.05
%44.65

CMYK Percentages of Color #146360

%80
%0
%3
%61

Triadic Colors of #146360

#146360 #601463 #636014

Analogous Colors of #146360

#146360 #143e63 #146339

Monochromatic Colors of #146360

#146360

Complementary Color

#146360 #631417

#146360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146360 Color CSS Codes

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

#146360 Text Font Color

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

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


#146360 Background Color

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

This div background color is #146360


#146360 Border Color

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

This div border color is #146360


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,99,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 #146360">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146360


Comments

No comments written yet.

Please login to write comment.