Color Hex Logo

#146673 Color Hex

#146673
(20,102,115)
0 Favorites   0 Comments

Color spaces of #146673

RGB 20102115
HSL0.520.700.26
HSV188°83°45°
CMYK 0.830.110.00   0.55
XYZ8.134410.889317.8928
Yxy10.88930.22030.2950
Hunter Lab32.9989-13.7470-9.0492
CIE-Lab39.3934-18.4217-14.0417

#146673 color RGB value is (20,102,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100110 01110011
Octal 24 146 163
Decimal 20 102 115
Hex 14 66 73

RGB Percentages of Color #146673

%8.44
%43.04
%48.52

CMYK Percentages of Color #146673

%83
%11
%0
%55

Triadic Colors of #146673

#146673 #731466 #667314

Analogous Colors of #146673

#146673 #143773 #147351

Monochromatic Colors of #146673

#146673

Complementary Color

#146673 #732114

#146673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146673 Color CSS Codes

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

#146673 Text Font Color

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

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


#146673 Background Color

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

This div background color is #146673


#146673 Border Color

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

This div border color is #146673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146673


Comments

No comments written yet.

Please login to write comment.