Color Hex Logo

#14474f Color Hex

#14474F
(20,71,79)
0 Favorites   0 Comments

Color spaces of #14474f

RGB 207179
HSL0.520.600.19
HSV188°75°31°
CMYK 0.750.100.00   0.69
XYZ3.95305.21978.1963
Yxy5.21970.22760.3005
Hunter Lab22.8467-9.0970-5.2778
CIE-Lab27.3517-13.6271-9.7023

#14474f color RGB value is (20,71,79).

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

The process color (four color CMYK) of #14474f color hex is 0.75, 0.10, 0.00, 0.69. Web safe color of #14474f is #003366. Color #14474f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000111 01001111
Octal 24 107 117
Decimal 20 71 79
Hex 14 47 4F

RGB Percentages of Color #14474f

%11.76
%41.76
%46.47

CMYK Percentages of Color #14474f

%75
%10
%0
%69

Triadic Colors of #14474f

#14474f #4f1447 #474f14

Analogous Colors of #14474f

#14474f #142a4f #144f3a

Monochromatic Colors of #14474f

#14474f

Complementary Color

#14474f #4f1c14

#14474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14474f Color CSS Codes

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

#14474f Text Font Color

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

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


#14474f Background Color

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

This div background color is #14474f


#14474f Border Color

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

This div border color is #14474f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14474f


Comments

No comments written yet.

Please login to write comment.