Color Hex Logo

#5e757d Color Hex

#5E757D
(94,117,125)
0 Favorites   0 Comments

Color spaces of #5e757d

RGB 94117125
HSL0.540.140.43
HSV195°25°49°
CMYK 0.250.060.00   0.51
XYZ14.679116.582921.8292
Yxy16.58290.27650.3123
Hunter Lab40.7221-6.9198-3.2771
CIE-Lab47.7301-6.4382-7.1753

#5e757d color RGB value is (94,117,125).

#5e757d hex color red value is 94, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5e757d hue: 0.54 , saturation: 0.14 and the lightness value of 5e757d is 0.43.

The process color (four color CMYK) of #5e757d color hex is 0.25, 0.06, 0.00, 0.51. Web safe color of #5e757d is #666666. Color #5e757d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110101 01111101
Octal 136 165 175
Decimal 94 117 125
Hex 5E 75 7D

RGB Percentages of Color #5e757d

%27.98
%34.82
%37.20

CMYK Percentages of Color #5e757d

%25
%6
%0
%51

Triadic Colors of #5e757d

#5e757d #7d5e75 #757d5e

Analogous Colors of #5e757d

#5e757d #5e667d #5e7d76

Monochromatic Colors of #5e757d

#5e757d

Complementary Color

#5e757d #7d665e

#5e757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e757d Color CSS Codes

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

#5e757d Text Font Color

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

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


#5e757d Background Color

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

This div background color is #5e757d


#5e757d Border Color

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

This div border color is #5e757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e757d


Comments

No comments written yet.

Please login to write comment.