Color Hex Logo

#707b86 Color Hex

#707B86
(112,123,134)
0 Favorites   0 Comments

Color spaces of #707b86

RGB 112123134
HSL0.580.090.48
HSV210°16°53°
CMYK 0.160.080.00   0.47
XYZ18.068119.331925.3334
Yxy19.33190.28800.3082
Hunter Lab43.9681-3.5918-3.3839
CIE-Lab51.0733-1.6154-7.3666

#707b86 color RGB value is (112,123,134).

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

The process color (four color CMYK) of #707b86 color hex is 0.16, 0.08, 0.00, 0.47. Web safe color of #707b86 is #666699. Color #707b86 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 10000110
Octal 160 173 206
Decimal 112 123 134
Hex 70 7B 86

RGB Percentages of Color #707b86

%30.35
%33.33
%36.31

CMYK Percentages of Color #707b86

%16
%8
%0
%47

Triadic Colors of #707b86

#707b86 #86707b #7b8670

Analogous Colors of #707b86

#707b86 #707086 #708686

Monochromatic Colors of #707b86

#707b86

Complementary Color

#707b86 #867b70

#707b86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707b86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707b86 Color CSS Codes

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

#707b86 Text Font Color

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

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


#707b86 Background Color

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

This div background color is #707b86


#707b86 Border Color

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

This div border color is #707b86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707b86


Comments

No comments written yet.

Please login to write comment.