Color Hex Logo

#14474d Color Hex

#14474D
(20,71,77)
0 Favorites   0 Comments

Color spaces of #14474d

RGB 207177
HSL0.520.590.19
HSV186°74°30°
CMYK 0.740.080.00   0.70
XYZ3.88135.19107.8186
Yxy5.19100.22980.3073
Hunter Lab22.7838-9.4634-4.3976
CIE-Lab27.2721-14.3377-8.5219

#14474d color RGB value is (20,71,77).

#14474d hex color red value is 20, green value is 71 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #14474d hue: 0.52 , saturation: 0.59 and the lightness value of 14474d is 0.19.

The process color (four color CMYK) of #14474d color hex is 0.74, 0.08, 0.00, 0.70. Web safe color of #14474d is #003366. Color #14474d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000111 01001101
Octal 24 107 115
Decimal 20 71 77
Hex 14 47 4D

RGB Percentages of Color #14474d

%11.90
%42.26
%45.83

CMYK Percentages of Color #14474d

%74
%8
%0
%70

Triadic Colors of #14474d

#14474d #4d1447 #474d14

Analogous Colors of #14474d

#14474d #142b4d #144d37

Monochromatic Colors of #14474d

#14474d

Complementary Color

#14474d #4d1a14

#14474d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14474d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14474d Color CSS Codes

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

#14474d Text Font Color

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

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


#14474d Background Color

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

This div background color is #14474d


#14474d Border Color

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

This div border color is #14474d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14474d


Comments

No comments written yet.

Please login to write comment.