Color Hex Logo

#14484f Color Hex

#14484F
(20,72,79)
1 Favorites   0 Comments

Color spaces of #14484f

RGB 207279
HSL0.520.600.19
HSV187°75°31°
CMYK 0.750.090.00   0.69
XYZ4.01715.34808.2177
Yxy5.34800.22850.3042
Hunter Lab23.1257-9.4634-4.8806
CIE-Lab27.7041-14.2144-9.1683

#14484f color RGB value is (20,72,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 01001111
Octal 24 110 117
Decimal 20 72 79
Hex 14 48 4F

RGB Percentages of Color #14484f

%11.70
%42.11
%46.20

CMYK Percentages of Color #14484f

%75
%9
%0
%69

Triadic Colors of #14484f

#14484f #4f1448 #484f14

Analogous Colors of #14484f

#14484f #142b4f #144f39

Monochromatic Colors of #14484f

#14484f

Complementary Color

#14484f #4f1b14

#14484f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14484f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14484f Color CSS Codes

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

#14484f Text Font Color

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

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


#14484f Background Color

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

This div background color is #14484f


#14484f Border Color

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

This div border color is #14484f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,72,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 #14484f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14484f

#14484f Color Palettes


Comments

No comments written yet.

Please login to write comment.