Color Hex Logo

#708385 Color Hex

#708385
(112,131,133)
0 Favorites   0 Comments

Color spaces of #708385

RGB 112131133
HSL0.520.090.48
HSV186°16°52°
CMYK 0.160.020.00   0.48
XYZ19.032021.370825.3122
Yxy21.37080.28960.3252
Hunter Lab46.2286-7.4127-0.1039
CIE-Lab53.3529-6.4175-3.4018

#708385 color RGB value is (112,131,133).

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

The process color (four color CMYK) of #708385 color hex is 0.16, 0.02, 0.00, 0.48. Web safe color of #708385 is #669999. Color #708385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000011 10000101
Octal 160 203 205
Decimal 112 131 133
Hex 70 83 85

RGB Percentages of Color #708385

%29.79
%34.84
%35.37

CMYK Percentages of Color #708385

%16
%2
%0
%48

Triadic Colors of #708385

#708385 #857083 #838570

Analogous Colors of #708385

#708385 #707985 #70857d

Monochromatic Colors of #708385

#708385

Complementary Color

#708385 #857270

#708385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708385 Color CSS Codes

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

#708385 Text Font Color

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

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


#708385 Background Color

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

This div background color is #708385


#708385 Border Color

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

This div border color is #708385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,131,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 #708385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708385


Comments

No comments written yet.

Please login to write comment.