Color Hex Logo

#146372 Color Hex

#146372
(20,99,114)
0 Favorites   0 Comments

Color spaces of #146372

RGB 2099114
HSL0.530.700.26
HSV190°82°45°
CMYK 0.820.130.00   0.55
XYZ7.787610.287317.4948
Yxy10.28730.21890.2892
Hunter Lab32.0738-12.7890-9.8883
CIE-Lab38.3532-17.1151-15.0168

#146372 color RGB value is (20,99,114).

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

The process color (four color CMYK) of #146372 color hex is 0.82, 0.13, 0.00, 0.55. Web safe color of #146372 is #006666. Color #146372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100011 01110010
Octal 24 143 162
Decimal 20 99 114
Hex 14 63 72

RGB Percentages of Color #146372

%8.58
%42.49
%48.93

CMYK Percentages of Color #146372

%82
%13
%0
%55

Triadic Colors of #146372

#146372 #721463 #637214

Analogous Colors of #146372

#146372 #143472 #147252

Monochromatic Colors of #146372

#146372

Complementary Color

#146372 #722314

#146372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146372 Color CSS Codes

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

#146372 Text Font Color

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

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


#146372 Background Color

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

This div background color is #146372


#146372 Border Color

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

This div border color is #146372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146372


Comments

No comments written yet.

Please login to write comment.