Color Hex Logo

#708fba Color Hex

#708FBA
(112,143,186)
0 Favorites   0 Comments

Color spaces of #708fba

RGB 112143186
HSL0.600.350.58
HSV215°40°73°
CMYK 0.400.230.00   0.27
XYZ25.367526.634850.2584
Yxy26.63480.24810.2605
Hunter Lab51.6089-2.5769-21.6122
CIE-Lab58.63480.2198-25.8850

#708fba color RGB value is (112,143,186).

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

The process color (four color CMYK) of #708fba color hex is 0.40, 0.23, 0.00, 0.27. Web safe color of #708fba is #6699cc. Color #708fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 10111010
Octal 160 217 272
Decimal 112 143 186
Hex 70 8F BA

RGB Percentages of Color #708fba

%25.40
%32.43
%42.18

CMYK Percentages of Color #708fba

%40
%23
%0
%27

Triadic Colors of #708fba

#708fba #ba708f #8fba70

Analogous Colors of #708fba

#708fba #7670ba #70b4ba

Monochromatic Colors of #708fba

#708fba

Complementary Color

#708fba #ba9b70

#708fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#708fba Color CSS Codes

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

#708fba Text Font Color

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

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


#708fba Background Color

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

This div background color is #708fba


#708fba Border Color

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

This div border color is #708fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708fba


Comments

No comments written yet.

Please login to write comment.