Color Hex Logo

#14585e Color Hex

#14585E
(20,88,94)
0 Favorites   0 Comments

Color spaces of #14585e

RGB 208894
HSL0.510.650.22
HSV185°79°37°
CMYK 0.790.060.00   0.63
XYZ5.79867.936311.8159
Yxy7.93630.22690.3106
Hunter Lab28.1714-12.5589-5.1479
CIE-Lab33.8499-18.0370-9.4484

#14585e color RGB value is (20,88,94).

#14585e hex color red value is 20, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #14585e hue: 0.51 , saturation: 0.65 and the lightness value of 14585e is 0.22.

The process color (four color CMYK) of #14585e color hex is 0.79, 0.06, 0.00, 0.63. Web safe color of #14585e is #006666. Color #14585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011000 01011110
Octal 24 130 136
Decimal 20 88 94
Hex 14 58 5E

RGB Percentages of Color #14585e

%9.90
%43.56
%46.53

CMYK Percentages of Color #14585e

%79
%6
%0
%63

Triadic Colors of #14585e

#14585e #5e1458 #585e14

Analogous Colors of #14585e

#14585e #14335e #145e3f

Monochromatic Colors of #14585e

#14585e

Complementary Color

#14585e #5e1a14

#14585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14585e Color CSS Codes

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

#14585e Text Font Color

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

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


#14585e Background Color

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

This div background color is #14585e


#14585e Border Color

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

This div border color is #14585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14585e


Comments

No comments written yet.

Please login to write comment.