Color Hex Logo

#708fac Color Hex

#708FAC
(112,143,172)
0 Favorites   0 Comments

Color spaces of #708fac

RGB 112143172
HSL0.580.270.56
HSV209°35°67°
CMYK 0.350.170.00   0.33
XYZ23.950926.068242.7990
Yxy26.06820.25800.2809
Hunter Lab51.0570-5.6153-13.9604
CIE-Lab58.1017-3.5902-18.7441

#708fac color RGB value is (112,143,172).

#708fac hex color red value is 112, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #708fac hue: 0.58 , saturation: 0.27 and the lightness value of 708fac is 0.56.

The process color (four color CMYK) of #708fac color hex is 0.35, 0.17, 0.00, 0.33. Web safe color of #708fac is #669999. Color #708fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 10101100
Octal 160 217 254
Decimal 112 143 172
Hex 70 8F AC

RGB Percentages of Color #708fac

%26.23
%33.49
%40.28

CMYK Percentages of Color #708fac

%35
%17
%0
%33

Triadic Colors of #708fac

#708fac #ac708f #8fac70

Analogous Colors of #708fac

#708fac #7071ac #70acab

Monochromatic Colors of #708fac

#708fac

Complementary Color

#708fac #ac8d70

#708fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#708fac Color CSS Codes

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

#708fac Text Font Color

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

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


#708fac Background Color

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

This div background color is #708fac


#708fac Border Color

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

This div border color is #708fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708fac


Comments

No comments written yet.

Please login to write comment.