Color Hex Logo

#709fbc Color Hex

#709FBC
(112,159,188)
0 Favorites   0 Comments

Color spaces of #709fbc

RGB 112159188
HSL0.560.360.59
HSV203°40°74°
CMYK 0.400.150.00   0.26
XYZ28.157331.871952.2448
Yxy31.87190.25080.2839
Hunter Lab56.4552-9.7689-15.3495
CIE-Lab63.2369-8.2237-19.9604

#709fbc color RGB value is (112,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011111 10111100
Octal 160 237 274
Decimal 112 159 188
Hex 70 9F BC

RGB Percentages of Color #709fbc

%24.40
%34.64
%40.96

CMYK Percentages of Color #709fbc

%40
%15
%0
%26

Triadic Colors of #709fbc

#709fbc #bc709f #9fbc70

Analogous Colors of #709fbc

#709fbc #7079bc #70bcb3

Monochromatic Colors of #709fbc

#709fbc

Complementary Color

#709fbc #bc8d70

#709fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709fbc Color CSS Codes

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

#709fbc Text Font Color

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

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


#709fbc Background Color

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

This div background color is #709fbc


#709fbc Border Color

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

This div border color is #709fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709fbc


Comments

No comments written yet.

Please login to write comment.