Color Hex Logo

#70997e Color Hex

#70997E
(112,153,126)
0 Favorites   0 Comments

Color spaces of #70997e

RGB 112153126
HSL0.390.170.52
HSV140°27°60°
CMYK 0.270.000.18   0.40
XYZ21.839227.733623.9407
Yxy27.73360.29710.3773
Hunter Lab52.6627-18.13589.9104
CIE-Lab59.6473-19.82069.7129

#70997e color RGB value is (112,153,126).

#70997e hex color red value is 112, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #70997e hue: 0.39 , saturation: 0.17 and the lightness value of 70997e is 0.52.

The process color (four color CMYK) of #70997e color hex is 0.27, 0.00, 0.18, 0.40. Web safe color of #70997e is #669966. Color #70997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011001 01111110
Octal 160 231 176
Decimal 112 153 126
Hex 70 99 7E

RGB Percentages of Color #70997e

%28.64
%39.13
%32.23

CMYK Percentages of Color #70997e

%27
%0
%18
%40

Triadic Colors of #70997e

#70997e #7e7099 #997e70

Analogous Colors of #70997e

#70997e #709993 #779970

Monochromatic Colors of #70997e

#70997e

Complementary Color

#70997e #99708b

#70997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70997e Color CSS Codes

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

#70997e Text Font Color

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

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


#70997e Background Color

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

This div background color is #70997e


#70997e Border Color

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

This div border color is #70997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70997e


Comments

No comments written yet.

Please login to write comment.