Color Hex Logo

#14465e Color Hex

#14465E
(20,70,94)
0 Favorites   0 Comments

Color spaces of #14465e

RGB 207094
HSL0.550.650.22
HSV199°79°37°
CMYK 0.790.260.00   0.63
XYZ4.49905.337211.3827
Yxy5.33720.21200.2515
Hunter Lab23.1024-5.6677-13.0409
CIE-Lab27.6746-7.3843-18.9150

#14465e color RGB value is (20,70,94).

#14465e hex color red value is 20, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #14465e hue: 0.55 , saturation: 0.65 and the lightness value of 14465e is 0.22.

The process color (four color CMYK) of #14465e color hex is 0.79, 0.26, 0.00, 0.63. Web safe color of #14465e is #003366. Color #14465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000110 01011110
Octal 24 106 136
Decimal 20 70 94
Hex 14 46 5E

RGB Percentages of Color #14465e

%10.87
%38.04
%51.09

CMYK Percentages of Color #14465e

%79
%26
%0
%63

Triadic Colors of #14465e

#14465e #5e1446 #465e14

Analogous Colors of #14465e

#14465e #14215e #145e51

Monochromatic Colors of #14465e

#14465e

Complementary Color

#14465e #5e2c14

#14465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14465e Color CSS Codes

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

#14465e Text Font Color

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

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


#14465e Background Color

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

This div background color is #14465e


#14465e Border Color

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

This div border color is #14465e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,70,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14465e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14465e;
  -webkit-box-shadow: 1px 1px 3px 2px #14465e;
  box-shadow:         1px 1px 3px 2px #14465e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14465e


Comments

No comments written yet.

Please login to write comment.