Color Hex Logo

#5e706f Color Hex

#5E706F
(94,112,111)
0 Favorites   0 Comments

Color spaces of #5e706f

RGB 94112111
HSL0.490.090.40
HSV177°16°44°
CMYK 0.160.000.01   0.56
XYZ13.279515.115717.2566
Yxy15.11570.29090.3311
Hunter Lab38.8789-7.06960.8991
CIE-Lab45.7923-6.8975-1.6951

#5e706f color RGB value is (94,112,111).

#5e706f hex color red value is 94, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5e706f hue: 0.49 , saturation: 0.09 and the lightness value of 5e706f is 0.40.

The process color (four color CMYK) of #5e706f color hex is 0.16, 0.00, 0.01, 0.56. Web safe color of #5e706f is #666666. Color #5e706f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110000 01101111
Octal 136 160 157
Decimal 94 112 111
Hex 5E 70 6F

RGB Percentages of Color #5e706f

%29.65
%35.33
%35.02

CMYK Percentages of Color #5e706f

%16
%0
%1
%56

Triadic Colors of #5e706f

#5e706f #6f5e70 #706f5e

Analogous Colors of #5e706f

#5e706f #5e6870 #5e7066

Monochromatic Colors of #5e706f

#5e706f

Complementary Color

#5e706f #705e5f

#5e706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e706f Color CSS Codes

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

#5e706f Text Font Color

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

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


#5e706f Background Color

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

This div background color is #5e706f


#5e706f Border Color

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

This div border color is #5e706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e706f


Comments

No comments written yet.

Please login to write comment.