Color Hex Logo

#708195 Color Hex

#708195
(112,129,149)
0 Favorites   0 Comments

Color spaces of #708195

RGB 112129149
HSL0.590.150.51
HSV212°25°58°
CMYK 0.250.130.00   0.42
XYZ19.957221.315231.4962
Yxy21.31520.27430.2929
Hunter Lab46.1684-3.6345-8.1299
CIE-Lab53.2927-1.4928-12.8001

#708195 color RGB value is (112,129,149).

#708195 hex color red value is 112, green value is 129 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #708195 hue: 0.59 , saturation: 0.15 and the lightness value of 708195 is 0.51.

The process color (four color CMYK) of #708195 color hex is 0.25, 0.13, 0.00, 0.42. Web safe color of #708195 is #669999. Color #708195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 10010101
Octal 160 201 225
Decimal 112 129 149
Hex 70 81 95

RGB Percentages of Color #708195

%28.72
%33.08
%38.21

CMYK Percentages of Color #708195

%25
%13
%0
%42

Triadic Colors of #708195

#708195 #957081 #819570

Analogous Colors of #708195

#708195 #727095 #709495

Monochromatic Colors of #708195

#708195

Complementary Color

#708195 #958470

#708195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708195 Color CSS Codes

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

#708195 Text Font Color

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

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


#708195 Background Color

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

This div background color is #708195


#708195 Border Color

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

This div border color is #708195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708195


Comments

No comments written yet.

Please login to write comment.