Color Hex Logo

#709dba Color Hex

#709DBA
(112,157,186)
0 Favorites   0 Comments

Color spaces of #709dba

RGB 112157186
HSL0.570.350.58
HSV204°40°73°
CMYK 0.400.160.00   0.27
XYZ27.602031.103951.0032
Yxy31.10390.25160.2835
Hunter Lab55.7709-9.2562-15.1819
CIE-Lab62.5952-7.6638-19.8163

#709dba color RGB value is (112,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 10111010
Octal 160 235 272
Decimal 112 157 186
Hex 70 9D BA

RGB Percentages of Color #709dba

%24.62
%34.51
%40.88

CMYK Percentages of Color #709dba

%40
%16
%0
%27

Triadic Colors of #709dba

#709dba #ba709d #9dba70

Analogous Colors of #709dba

#709dba #7078ba #70bab2

Monochromatic Colors of #709dba

#709dba

Complementary Color

#709dba #ba8d70

#709dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#709dba Color CSS Codes

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

#709dba Text Font Color

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

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


#709dba Background Color

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

This div background color is #709dba


#709dba Border Color

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

This div border color is #709dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709dba


Comments

No comments written yet.

Please login to write comment.