Color Hex Logo

#70947a Color Hex

#70947A
(112,148,122)
0 Favorites   0 Comments

Color spaces of #70947a

RGB 112148122
HSL0.380.140.51
HSV137°24°58°
CMYK 0.240.000.18   0.42
XYZ20.784826.029722.3411
Yxy26.02970.30060.3764
Hunter Lab51.0193-16.56459.7507
CIE-Lab58.0652-18.01149.7359

#70947a color RGB value is (112,148,122).

#70947a hex color red value is 112, green value is 148 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #70947a hue: 0.38 , saturation: 0.14 and the lightness value of 70947a is 0.51.

The process color (four color CMYK) of #70947a color hex is 0.24, 0.00, 0.18, 0.42. Web safe color of #70947a is #669966. Color #70947a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010100 01111010
Octal 160 224 172
Decimal 112 148 122
Hex 70 94 7A

RGB Percentages of Color #70947a

%29.32
%38.74
%31.94

CMYK Percentages of Color #70947a

%24
%0
%18
%42

Triadic Colors of #70947a

#70947a #7a7094 #947a70

Analogous Colors of #70947a

#70947a #70948c #789470

Monochromatic Colors of #70947a

#70947a

Complementary Color

#70947a #94708a

#70947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70947a Color CSS Codes

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

#70947a Text Font Color

<p style="color:#70947a">Text here</p>

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


#70947a Background Color

<div style="background-color:#70947a">
Div content here</div>

This div background color is #70947a


#70947a Border Color

<div style="border:3px solid #70947a">
Div here</div>

This div border color is #70947a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,148,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70947a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70947a;
  -webkit-box-shadow: 1px 1px 3px 2px #70947a;
  box-shadow:         1px 1px 3px 2px #70947a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70947a


Comments

No comments written yet.

Please login to write comment.