Color Hex Logo

#708683 Color Hex

#708683
(112,134,131)
0 Favorites   0 Comments

Color spaces of #708683

RGB 112134131
HSL0.480.090.48
HSV172°16°53°
CMYK 0.160.000.02   0.47
XYZ19.303922.133624.7275
Yxy22.13360.29180.3345
Hunter Lab47.0464-9.08961.7697
CIE-Lab54.1685-8.5463-1.0415

#708683 color RGB value is (112,134,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 10000011
Octal 160 206 203
Decimal 112 134 131
Hex 70 86 83

RGB Percentages of Color #708683

%29.71
%35.54
%34.75

CMYK Percentages of Color #708683

%16
%0
%2
%47

Triadic Colors of #708683

#708683 #837086 #868370

Analogous Colors of #708683

#708683 #707e86 #708678

Monochromatic Colors of #708683

#708683

Complementary Color

#708683 #867073

#708683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708683 Color CSS Codes

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

#708683 Text Font Color

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

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


#708683 Background Color

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

This div background color is #708683


#708683 Border Color

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

This div border color is #708683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708683


Comments

No comments written yet.

Please login to write comment.