Color Hex Logo

#145679 Color Hex

#145679
(20,86,121)
0 Favorites   0 Comments

Color spaces of #145679

RGB 2086121
HSL0.560.720.28
HSV201°83°47°
CMYK 0.830.290.00   0.53
XYZ7.06758.184819.2965
Yxy8.18480.20460.2369
Hunter Lab28.6091-5.9698-19.9641
CIE-Lab34.3648-6.8350-25.5045

#145679 color RGB value is (20,86,121).

#145679 hex color red value is 20, green value is 86 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #145679 hue: 0.56 , saturation: 0.72 and the lightness value of 145679 is 0.28.

The process color (four color CMYK) of #145679 color hex is 0.83, 0.29, 0.00, 0.53. Web safe color of #145679 is #006666. Color #145679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010110 01111001
Octal 24 126 171
Decimal 20 86 121
Hex 14 56 79

RGB Percentages of Color #145679

%8.81
%37.89
%53.30

CMYK Percentages of Color #145679

%83
%29
%0
%53

Triadic Colors of #145679

#145679 #791456 #567914

Analogous Colors of #145679

#145679 #142479 #14796a

Monochromatic Colors of #145679

#145679

Complementary Color

#145679 #793714

#145679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145679 Color CSS Codes

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

#145679 Text Font Color

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

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


#145679 Background Color

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

This div background color is #145679


#145679 Border Color

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

This div border color is #145679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145679


Comments

No comments written yet.

Please login to write comment.