Color Hex Logo

#14504e Color Hex

#14504E
(20,80,78)
0 Favorites   0 Comments

Color spaces of #14504e

RGB 208078
HSL0.490.600.20
HSV178°75°31°
CMYK 0.750.000.02   0.69
XYZ4.53236.43618.2111
Yxy6.43610.23630.3356
Hunter Lab25.3695-12.5072-1.4312
CIE-Lab30.4871-19.0619-4.3473

#14504e color RGB value is (20,80,78).

#14504e hex color red value is 20, green value is 80 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #14504e hue: 0.49 , saturation: 0.60 and the lightness value of 14504e is 0.20.

The process color (four color CMYK) of #14504e color hex is 0.75, 0.00, 0.02, 0.69. Web safe color of #14504e is #006666. Color #14504e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 01001110
Octal 24 120 116
Decimal 20 80 78
Hex 14 50 4E

RGB Percentages of Color #14504e

%11.24
%44.94
%43.82

CMYK Percentages of Color #14504e

%75
%0
%2
%69

Triadic Colors of #14504e

#14504e #4e1450 #504e14

Analogous Colors of #14504e

#14504e #143450 #145030

Monochromatic Colors of #14504e

#14504e

Complementary Color

#14504e #501416

#14504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14504e Color CSS Codes

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

#14504e Text Font Color

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

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


#14504e Background Color

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

This div background color is #14504e


#14504e Border Color

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

This div border color is #14504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14504e


Comments

No comments written yet.

Please login to write comment.