Color Hex Logo

#709dbb Color Hex

#709DBB
(112,157,187)
0 Favorites   0 Comments

Color spaces of #709dbb

RGB 112157187
HSL0.570.360.59
HSV204°40°73°
CMYK 0.400.160.00   0.27
XYZ27.708731.146551.5652
Yxy31.14650.25090.2821
Hunter Lab55.8090-9.0422-15.7151
CIE-Lab62.6311-7.3923-20.3229

#709dbb color RGB value is (112,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 10111011
Octal 160 235 273
Decimal 112 157 187
Hex 70 9D BB

RGB Percentages of Color #709dbb

%24.56
%34.43
%41.01

CMYK Percentages of Color #709dbb

%40
%16
%0
%27

Triadic Colors of #709dbb

#709dbb #bb709d #9dbb70

Analogous Colors of #709dbb

#709dbb #7078bb #70bbb4

Monochromatic Colors of #709dbb

#709dbb

Complementary Color

#709dbb #bb8e70

#709dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#709dbb Color CSS Codes

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

#709dbb Text Font Color

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

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


#709dbb Background Color

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

This div background color is #709dbb


#709dbb Border Color

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

This div border color is #709dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709dbb


Comments

No comments written yet.

Please login to write comment.