Hex #708498 Color

#708498
equivalent to

RGB

(112, 132, 152)

Details of #708498

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
112
20.6009
0.58
0.26
54.2536
22.2143
210°
47.1320
132
22.2143
0.16
0.13
-2.4733
0.2721
26°
-4.4605
152
32.9078
0.52
0.00   0.40
-13.0907
0.2934
60°
-8.3896

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110000
160
112
70
Green
10000100
204
132
84
Blue
10011000
230
152
98

RGB in % of #708498

%28.28
%33.33
%38.38

CMYK in % of #708498

%26
%13
%0
%40

Triads of color #708498

#708498 #849870 #987098

Similar Colors to #708498

#708498 #709898 #707098

Preview Color #708498 on black ground

#708498 is very interesting for text.

Preview Color #708498 on white ground

#708498 is very interesting for text.

CSS Codes #708498 color

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

Text Font Color #708498

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

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


Background Color #708498

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

This div background color is #708498


Border Color #708498

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

The color of this border is #708498


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #708498