Color Hex Logo

#708bba Color Hex

#708BBA
(112,139,186)
0 Favorites   0 Comments

Color spaces of #708bba

RGB 112139186
HSL0.610.350.58
HSV218°40°73°
CMYK 0.400.250.00   0.27
XYZ24.777625.455250.0618
Yxy25.45520.24700.2538
Hunter Lab50.4531-0.6314-23.5129
CIE-Lab57.51632.5259-27.6116

#708bba color RGB value is (112,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 10111010
Octal 160 213 272
Decimal 112 139 186
Hex 70 8B BA

RGB Percentages of Color #708bba

%25.63
%31.81
%42.56

CMYK Percentages of Color #708bba

%40
%25
%0
%27

Triadic Colors of #708bba

#708bba #ba708b #8bba70

Analogous Colors of #708bba

#708bba #7a70ba #70b0ba

Monochromatic Colors of #708bba

#708bba

Complementary Color

#708bba #ba9f70

#708bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bba Color CSS Codes

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

#708bba Text Font Color

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

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


#708bba Background Color

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

This div background color is #708bba


#708bba Border Color

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

This div border color is #708bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,139,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 #708bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bba


Comments

No comments written yet.

Please login to write comment.