Color Hex Logo

#708e99 Color Hex

#708E99
(112,142,153)
0 Favorites   0 Comments

Color spaces of #708e99

RGB 112142153
HSL0.540.170.52
HSV196°27°60°
CMYK 0.270.070.00   0.40
XYZ22.104925.090733.8149
Yxy25.09070.27290.3097
Hunter Lab50.0906-8.8869-4.9617
CIE-Lab57.1637-7.8785-9.2954

#708e99 color RGB value is (112,142,153).

#708e99 hex color red value is 112, green value is 142 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #708e99 hue: 0.54 , saturation: 0.17 and the lightness value of 708e99 is 0.52.

The process color (four color CMYK) of #708e99 color hex is 0.27, 0.07, 0.00, 0.40. Web safe color of #708e99 is #669999. Color #708e99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 10011001
Octal 160 216 231
Decimal 112 142 153
Hex 70 8E 99

RGB Percentages of Color #708e99

%27.52
%34.89
%37.59

CMYK Percentages of Color #708e99

%27
%7
%0
%40

Triadic Colors of #708e99

#708e99 #99708e #8e9970

Analogous Colors of #708e99

#708e99 #707a99 #709990

Monochromatic Colors of #708e99

#708e99

Complementary Color

#708e99 #997b70

#708e99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708e99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708e99 Color CSS Codes

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

#708e99 Text Font Color

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

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


#708e99 Background Color

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

This div background color is #708e99


#708e99 Border Color

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

This div border color is #708e99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,142,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708e99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708e99;
  -webkit-box-shadow: 1px 1px 3px 2px #708e99;
  box-shadow:         1px 1px 3px 2px #708e99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708e99


Comments

No comments written yet.

Please login to write comment.