Color Hex Logo

#5e8d93 Color Hex

#5E8D93
(94,141,147)
0 Favorites   1 Comments

Color spaces of #5e8d93

RGB 94141147
HSL0.520.220.47
HSV187°36°58°
CMYK 0.360.040.00   0.42
XYZ19.407423.536031.1238
Yxy23.53600.26200.3178
Hunter Lab48.5139-13.4926-4.0774
CIE-Lab55.6202-14.2794-8.2639

#5e8d93 color RGB value is (94,141,147).

#5e8d93 hex color red value is 94, green value is 141 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5e8d93 hue: 0.52 , saturation: 0.22 and the lightness value of 5e8d93 is 0.47.

The process color (four color CMYK) of #5e8d93 color hex is 0.36, 0.04, 0.00, 0.42. Web safe color of #5e8d93 is #669999. Color #5e8d93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10001101 10010011
Octal 136 215 223
Decimal 94 141 147
Hex 5E 8D 93

RGB Percentages of Color #5e8d93

%24.61
%36.91
%38.48

CMYK Percentages of Color #5e8d93

%36
%4
%0
%42

Triadic Colors of #5e8d93

#5e8d93 #935e8d #8d935e

Analogous Colors of #5e8d93

#5e8d93 #5e7393 #5e937f

Monochromatic Colors of #5e8d93

#5e8d93

Complementary Color

#5e8d93 #93645e

#5e8d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e8d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e8d93 Color CSS Codes

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

#5e8d93 Text Font Color

<p style="color:#5e8d93">Text here</p>

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


#5e8d93 Background Color

<div style="background-color:#5e8d93">
Div content here</div>

This div background color is #5e8d93


#5e8d93 Border Color

<div style="border:3px solid #5e8d93">
Div here</div>

This div border color is #5e8d93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,141,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e8d93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e8d93;
  -webkit-box-shadow: 1px 1px 3px 2px #5e8d93;
  box-shadow:         1px 1px 3px 2px #5e8d93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e8d93

#5e8d93 Color Palettes


Comments

10 Jul 2017, 14:12 MRussell

Primary brand color for PrimStello Consulting

Please login to write comment.