Color Hex Logo

#70887c Color Hex

#70887C
(112,136,124)
0 Favorites   0 Comments

Color spaces of #70887c

RGB 112136124
HSL0.420.100.49
HSV150°18°53°
CMYK 0.180.000.09   0.47
XYZ19.124322.508322.4054
Yxy22.50830.29860.3515
Hunter Lab47.4429-11.07155.2097
CIE-Lab54.5622-11.15783.5832

#70887c color RGB value is (112,136,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001000 01111100
Octal 160 210 174
Decimal 112 136 124
Hex 70 88 7C

RGB Percentages of Color #70887c

%30.11
%36.56
%33.33

CMYK Percentages of Color #70887c

%18
%0
%9
%47

Triadic Colors of #70887c

#70887c #7c7088 #887c70

Analogous Colors of #70887c

#70887c #708888 #708870

Monochromatic Colors of #70887c

#70887c

Complementary Color

#70887c #88707c

#70887c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70887c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70887c Color CSS Codes

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

#70887c Text Font Color

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

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


#70887c Background Color

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

This div background color is #70887c


#70887c Border Color

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

This div border color is #70887c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70887c


Comments

No comments written yet.

Please login to write comment.