Color Hex Logo

#14584e Color Hex

#14584E
(20,88,78)
0 Favorites   0 Comments

Color spaces of #14584e

RGB 208878
HSL0.480.630.21
HSV171°77°35°
CMYK 0.770.000.11   0.65
XYZ5.15347.67828.4182
Yxy7.67820.24250.3613
Hunter Lab27.7096-15.29451.3843
CIE-Lab33.3035-23.2712-0.1959

#14584e color RGB value is (20,88,78).

#14584e hex color red value is 20, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #14584e hue: 0.48 , saturation: 0.63 and the lightness value of 14584e is 0.21.

The process color (four color CMYK) of #14584e color hex is 0.77, 0.00, 0.11, 0.65. Web safe color of #14584e is #006666. Color #14584e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011000 01001110
Octal 24 130 116
Decimal 20 88 78
Hex 14 58 4E

RGB Percentages of Color #14584e

%10.75
%47.31
%41.94

CMYK Percentages of Color #14584e

%77
%0
%11
%65

Triadic Colors of #14584e

#14584e #4e1458 #584e14

Analogous Colors of #14584e

#14584e #144058 #14582c

Monochromatic Colors of #14584e

#14584e

Complementary Color

#14584e #58141e

#14584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14584e Color CSS Codes

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

#14584e Text Font Color

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

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


#14584e Background Color

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

This div background color is #14584e


#14584e Border Color

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

This div border color is #14584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14584e


Comments

No comments written yet.

Please login to write comment.