Color Hex Logo

#70978b Color Hex

#70978B
(112,151,139)
0 Favorites   0 Comments

Color spaces of #70978b

RGB 112151139
HSL0.450.160.52
HSV162°26°59°
CMYK 0.260.000.08   0.41
XYZ22.408927.442028.5419
Yxy27.44200.28590.3501
Hunter Lab52.3851-15.31664.3656
CIE-Lab59.3812-16.03371.9693

#70978b color RGB value is (112,151,139).

#70978b hex color red value is 112, green value is 151 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #70978b hue: 0.45 , saturation: 0.16 and the lightness value of 70978b is 0.52.

The process color (four color CMYK) of #70978b color hex is 0.26, 0.00, 0.08, 0.41. Web safe color of #70978b is #669999. Color #70978b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010111 10001011
Octal 160 227 213
Decimal 112 151 139
Hex 70 97 8B

RGB Percentages of Color #70978b

%27.86
%37.56
%34.58

CMYK Percentages of Color #70978b

%26
%0
%8
%41

Triadic Colors of #70978b

#70978b #8b7097 #978b70

Analogous Colors of #70978b

#70978b #709097 #709778

Monochromatic Colors of #70978b

#70978b

Complementary Color

#70978b #97707c

#70978b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70978b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70978b Color CSS Codes

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

#70978b Text Font Color

<p style="color:#70978b">Text here</p>

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


#70978b Background Color

<div style="background-color:#70978b">
Div content here</div>

This div background color is #70978b


#70978b Border Color

<div style="border:3px solid #70978b">
Div here</div>

This div border color is #70978b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,151,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70978b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70978b;
  -webkit-box-shadow: 1px 1px 3px 2px #70978b;
  box-shadow:         1px 1px 3px 2px #70978b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70978b


Comments

No comments written yet.

Please login to write comment.