Color Hex Logo

#707e8a Color Hex

#707E8A
(112,126,138)
0 Favorites   0 Comments

Color spaces of #707e8a

RGB 112126138
HSL0.580.100.49
HSV208°19°54°
CMYK 0.190.090.00   0.46
XYZ18.730420.201426.9568
Yxy20.20140.28430.3066
Hunter Lab44.9460-4.2689-4.0976
CIE-Lab52.0642-2.4158-8.2316

#707e8a color RGB value is (112,126,138).

#707e8a hex color red value is 112, green value is 126 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #707e8a hue: 0.58 , saturation: 0.10 and the lightness value of 707e8a is 0.49.

The process color (four color CMYK) of #707e8a color hex is 0.19, 0.09, 0.00, 0.46. Web safe color of #707e8a is #666699. Color #707e8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111110 10001010
Octal 160 176 212
Decimal 112 126 138
Hex 70 7E 8A

RGB Percentages of Color #707e8a

%29.79
%33.51
%36.70

CMYK Percentages of Color #707e8a

%19
%9
%0
%46

Triadic Colors of #707e8a

#707e8a #8a707e #7e8a70

Analogous Colors of #707e8a

#707e8a #70718a #708a89

Monochromatic Colors of #707e8a

#707e8a

Complementary Color

#707e8a #8a7c70

#707e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#707e8a Color CSS Codes

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

#707e8a Text Font Color

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

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


#707e8a Background Color

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

This div background color is #707e8a


#707e8a Border Color

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

This div border color is #707e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707e8a

#707e8a Color Palettes


Comments

No comments written yet.

Please login to write comment.