Color Hex Logo

#146373 Color Hex

#146373
(20,99,115)
0 Favorites   0 Comments

Color spaces of #146373

RGB 2099115
HSL0.530.700.26
HSV190°83°45°
CMYK 0.830.140.00   0.55
XYZ7.844810.310217.7963
Yxy10.31020.21820.2868
Hunter Lab32.1095-12.5816-10.3841
CIE-Lab38.3935-16.7584-15.5684

#146373 color RGB value is (20,99,115).

#146373 hex color red value is 20, green value is 99 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #146373 hue: 0.53 , saturation: 0.70 and the lightness value of 146373 is 0.26.

The process color (four color CMYK) of #146373 color hex is 0.83, 0.14, 0.00, 0.55. Web safe color of #146373 is #006666. Color #146373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100011 01110011
Octal 24 143 163
Decimal 20 99 115
Hex 14 63 73

RGB Percentages of Color #146373

%8.55
%42.31
%49.15

CMYK Percentages of Color #146373

%83
%14
%0
%55

Triadic Colors of #146373

#146373 #731463 #637314

Analogous Colors of #146373

#146373 #143473 #147354

Monochromatic Colors of #146373

#146373

Complementary Color

#146373 #732414

#146373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146373 Color CSS Codes

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

#146373 Text Font Color

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

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


#146373 Background Color

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

This div background color is #146373


#146373 Border Color

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

This div border color is #146373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146373


Comments

No comments written yet.

Please login to write comment.