Color Hex Logo

#14607d Color Hex

#14607D
(20,96,125)
1 Favorites   0 Comments

Color spaces of #14607d

RGB 2096125
HSL0.550.720.28
HSV197°84°49°
CMYK 0.840.230.00   0.51
XYZ8.17309.995120.9005
Yxy9.99510.20920.2558
Hunter Lab31.6150-9.1811-17.0657
CIE-Lab37.8336-11.3507-22.5541

#14607d color RGB value is (20,96,125).

#14607d hex color red value is 20, green value is 96 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #14607d hue: 0.55 , saturation: 0.72 and the lightness value of 14607d is 0.28.

The process color (four color CMYK) of #14607d color hex is 0.84, 0.23, 0.00, 0.51. Web safe color of #14607d is #006666. Color #14607d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100000 01111101
Octal 24 140 175
Decimal 20 96 125
Hex 14 60 7D

RGB Percentages of Color #14607d

%8.30
%39.83
%51.87

CMYK Percentages of Color #14607d

%84
%23
%0
%51

Triadic Colors of #14607d

#14607d #7d1460 #607d14

Analogous Colors of #14607d

#14607d #142c7d #147d66

Monochromatic Colors of #14607d

#14607d

Complementary Color

#14607d #7d3114

#14607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14607d Color CSS Codes

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

#14607d Text Font Color

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

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


#14607d Background Color

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

This div background color is #14607d


#14607d Border Color

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

This div border color is #14607d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,96,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14607d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14607d;
  -webkit-box-shadow: 1px 1px 3px 2px #14607d;
  box-shadow:         1px 1px 3px 2px #14607d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14607d


Comments

No comments written yet.

Please login to write comment.