Color Hex Logo

#708685 Color Hex

#708685
(112,134,133)
0 Favorites   0 Comments

Color spaces of #708685

RGB 112134133
HSL0.490.090.48
HSV177°16°53°
CMYK 0.160.000.01   0.47
XYZ19.440822.188425.4484
Yxy22.18840.28980.3308
Hunter Lab47.1046-8.76320.9416
CIE-Lab54.2263-8.1025-2.1162

#708685 color RGB value is (112,134,133).

#708685 hex color red value is 112, green value is 134 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #708685 hue: 0.49 , saturation: 0.09 and the lightness value of 708685 is 0.48.

The process color (four color CMYK) of #708685 color hex is 0.16, 0.00, 0.01, 0.47. Web safe color of #708685 is #669999. Color #708685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 10000101
Octal 160 206 205
Decimal 112 134 133
Hex 70 86 85

RGB Percentages of Color #708685

%29.55
%35.36
%35.09

CMYK Percentages of Color #708685

%16
%0
%1
%47

Triadic Colors of #708685

#708685 #857086 #868570

Analogous Colors of #708685

#708685 #707c86 #70867a

Monochromatic Colors of #708685

#708685

Complementary Color

#708685 #867071

#708685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708685 Color CSS Codes

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

#708685 Text Font Color

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

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


#708685 Background Color

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

This div background color is #708685


#708685 Border Color

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

This div border color is #708685


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,134,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708685; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708685;
  -webkit-box-shadow: 1px 1px 3px 2px #708685;
  box-shadow:         1px 1px 3px 2px #708685; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708685


Comments

No comments written yet.

Please login to write comment.