Color Hex Logo

#70937e Color Hex

#70937E
(112,147,126)
0 Favorites   0 Comments

Color spaces of #70937e

RGB 112147126
HSL0.400.140.51
HSV144°24°58°
CMYK 0.240.000.14   0.42
XYZ20.881725.818523.6216
Yxy25.81850.29690.3671
Hunter Lab50.8119-15.56438.0054
CIE-Lab57.8644-16.67827.1777

#70937e color RGB value is (112,147,126).

#70937e hex color red value is 112, green value is 147 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #70937e hue: 0.40 , saturation: 0.14 and the lightness value of 70937e is 0.51.

The process color (four color CMYK) of #70937e color hex is 0.24, 0.00, 0.14, 0.42. Web safe color of #70937e is #669966. Color #70937e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010011 01111110
Octal 160 223 176
Decimal 112 147 126
Hex 70 93 7E

RGB Percentages of Color #70937e

%29.09
%38.18
%32.73

CMYK Percentages of Color #70937e

%24
%0
%14
%42

Triadic Colors of #70937e

#70937e #7e7093 #937e70

Analogous Colors of #70937e

#70937e #709390 #749370

Monochromatic Colors of #70937e

#70937e

Complementary Color

#70937e #937085

#70937e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70937e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70937e Color CSS Codes

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

#70937e Text Font Color

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

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


#70937e Background Color

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

This div background color is #70937e


#70937e Border Color

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

This div border color is #70937e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,147,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70937e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70937e;
  -webkit-box-shadow: 1px 1px 3px 2px #70937e;
  box-shadow:         1px 1px 3px 2px #70937e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,147,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 #70937e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70937e


Comments

No comments written yet.

Please login to write comment.