Color Hex Logo

#145566 Color Hex

#145566
(20,85,102)
0 Favorites   0 Comments

Color spaces of #145566

RGB 2085102
HSL0.530.670.24
HSV192°80°40°
CMYK 0.800.170.00   0.60
XYZ5.93537.605013.7255
Yxy7.60500.21770.2789
Hunter Lab27.5772-9.8423-10.2054
CIE-Lab33.1463-13.4697-15.5461

#145566 color RGB value is (20,85,102).

#145566 hex color red value is 20, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #145566 hue: 0.53 , saturation: 0.67 and the lightness value of 145566 is 0.24.

The process color (four color CMYK) of #145566 color hex is 0.80, 0.17, 0.00, 0.60. Web safe color of #145566 is #006666. Color #145566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010101 01100110
Octal 24 125 146
Decimal 20 85 102
Hex 14 55 66

RGB Percentages of Color #145566

%9.66
%41.06
%49.28

CMYK Percentages of Color #145566

%80
%17
%0
%60

Triadic Colors of #145566

#145566 #661455 #556614

Analogous Colors of #145566

#145566 #142c66 #14664e

Monochromatic Colors of #145566

#145566

Complementary Color

#145566 #662514

#145566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145566 Color CSS Codes

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

#145566 Text Font Color

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

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


#145566 Background Color

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

This div background color is #145566


#145566 Border Color

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

This div border color is #145566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145566


Comments

No comments written yet.

Please login to write comment.