Color Hex Logo

#5e957e Color Hex

#5E957E
(94,149,126)
0 Favorites   0 Comments

Color spaces of #5e957e

RGB 94149126
HSL0.430.230.48
HSV155°37°58°
CMYK 0.370.000.15   0.42
XYZ19.129425.380923.6294
Yxy25.38090.28070.3725
Hunter Lab50.3795-20.38657.4569
CIE-Lab57.4447-23.55616.4408

#5e957e color RGB value is (94,149,126).

#5e957e hex color red value is 94, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5e957e hue: 0.43 , saturation: 0.23 and the lightness value of 5e957e is 0.48.

The process color (four color CMYK) of #5e957e color hex is 0.37, 0.00, 0.15, 0.42. Web safe color of #5e957e is #669966. Color #5e957e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10010101 01111110
Octal 136 225 176
Decimal 94 149 126
Hex 5E 95 7E

RGB Percentages of Color #5e957e

%25.47
%40.38
%34.15

CMYK Percentages of Color #5e957e

%37
%0
%15
%42

Triadic Colors of #5e957e

#5e957e #7e5e95 #957e5e

Analogous Colors of #5e957e

#5e957e #5e9195 #5e9563

Monochromatic Colors of #5e957e

#5e957e

Complementary Color

#5e957e #955e75

#5e957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e957e Color CSS Codes

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

#5e957e Text Font Color

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

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


#5e957e Background Color

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

This div background color is #5e957e


#5e957e Border Color

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

This div border color is #5e957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e957e


Comments

No comments written yet.

Please login to write comment.