Color Hex Logo

#709fba Color Hex

#709FBA
(112,159,186)
0 Favorites   0 Comments

Color spaces of #709fba

RGB 112159186
HSL0.560.350.58
HSV202°40°73°
CMYK 0.400.150.00   0.27
XYZ27.943231.786251.1170
Yxy31.78620.25210.2868
Hunter Lab56.3793-10.1939-14.2906
CIE-Lab63.1658-8.7643-18.9481

#709fba color RGB value is (112,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011111 10111010
Octal 160 237 272
Decimal 112 159 186
Hex 70 9F BA

RGB Percentages of Color #709fba

%24.51
%34.79
%40.70

CMYK Percentages of Color #709fba

%40
%15
%0
%27

Triadic Colors of #709fba

#709fba #ba709f #9fba70

Analogous Colors of #709fba

#709fba #707aba #70bab0

Monochromatic Colors of #709fba

#709fba

Complementary Color

#709fba #ba8b70

#709fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#709fba Color CSS Codes

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

#709fba Text Font Color

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

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


#709fba Background Color

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

This div background color is #709fba


#709fba Border Color

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

This div border color is #709fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709fba


Comments

No comments written yet.

Please login to write comment.