Color Hex Logo

#145963 Color Hex

#145963
(20,89,99)
0 Favorites   0 Comments

Color spaces of #145963

RGB 208999
HSL0.520.660.23
HSV188°80°39°
CMYK 0.800.100.00   0.61
XYZ6.11308.194313.0639
Yxy8.19430.22330.2994
Hunter Lab28.6257-11.9764-7.0202
CIE-Lab34.3843-16.8456-11.7738

#145963 color RGB value is (20,89,99).

#145963 hex color red value is 20, green value is 89 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #145963 hue: 0.52 , saturation: 0.66 and the lightness value of 145963 is 0.23.

The process color (four color CMYK) of #145963 color hex is 0.80, 0.10, 0.00, 0.61. Web safe color of #145963 is #006666. Color #145963 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011001 01100011
Octal 24 131 143
Decimal 20 89 99
Hex 14 59 63

RGB Percentages of Color #145963

%9.62
%42.79
%47.60

CMYK Percentages of Color #145963

%80
%10
%0
%61

Triadic Colors of #145963

#145963 #631459 #596314

Analogous Colors of #145963

#145963 #143263 #146345

Monochromatic Colors of #145963

#145963

Complementary Color

#145963 #631e14

#145963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145963 Color CSS Codes

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

#145963 Text Font Color

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

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


#145963 Background Color

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

This div background color is #145963


#145963 Border Color

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

This div border color is #145963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145963


Comments

No comments written yet.

Please login to write comment.