Color Hex Logo

#70887f Color Hex

#70887F
(112,136,127)
0 Favorites   0 Comments

Color spaces of #70887f

RGB 112136127
HSL0.440.100.49
HSV158°18°53°
CMYK 0.180.000.07   0.47
XYZ19.317022.585423.4200
Yxy22.58540.29570.3458
Hunter Lab47.5241-10.61274.0486
CIE-Lab54.6427-10.52391.9659

#70887f color RGB value is (112,136,127).

#70887f hex color red value is 112, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #70887f hue: 0.44 , saturation: 0.10 and the lightness value of 70887f is 0.49.

The process color (four color CMYK) of #70887f color hex is 0.18, 0.00, 0.07, 0.47. Web safe color of #70887f is #669966. Color #70887f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001000 01111111
Octal 160 210 177
Decimal 112 136 127
Hex 70 88 7F

RGB Percentages of Color #70887f

%29.87
%36.27
%33.87

CMYK Percentages of Color #70887f

%18
%0
%7
%47

Triadic Colors of #70887f

#70887f #7f7088 #887f70

Analogous Colors of #70887f

#70887f #708588 #708873

Monochromatic Colors of #70887f

#70887f

Complementary Color

#70887f #887079

#70887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70887f Color CSS Codes

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

#70887f Text Font Color

<p style="color:#70887f">Text here</p>

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


#70887f Background Color

<div style="background-color:#70887f">
Div content here</div>

This div background color is #70887f


#70887f Border Color

<div style="border:3px solid #70887f">
Div here</div>

This div border color is #70887f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,136,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70887f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70887f;
  -webkit-box-shadow: 1px 1px 3px 2px #70887f;
  box-shadow:         1px 1px 3px 2px #70887f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70887f


Comments

No comments written yet.

Please login to write comment.