Color Hex Logo

#709fcc Color Hex

#709FCC
(112,159,204)
0 Favorites   0 Comments

Color spaces of #709fcc

RGB 112159204
HSL0.580.470.62
HSV209°45°80°
CMYK 0.450.220.00   0.20
XYZ29.979332.600761.8392
Yxy32.60070.24100.2620
Hunter Lab57.0970-6.1968-24.2464
CIE-Lab63.8363-3.7678-27.9783

#709fcc color RGB value is (112,159,204).

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

The process color (four color CMYK) of #709fcc color hex is 0.45, 0.22, 0.00, 0.20. Web safe color of #709fcc is #6699cc. Color #709fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011111 11001100
Octal 160 237 314
Decimal 112 159 204
Hex 70 9F CC

RGB Percentages of Color #709fcc

%23.58
%33.47
%42.95

CMYK Percentages of Color #709fcc

%45
%22
%0
%20

Triadic Colors of #709fcc

#709fcc #cc709f #9fcc70

Analogous Colors of #709fcc

#709fcc #7071cc #70cccb

Monochromatic Colors of #709fcc

#709fcc

Complementary Color

#709fcc #cc9d70

#709fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709fcc Color CSS Codes

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

#709fcc Text Font Color

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

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


#709fcc Background Color

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

This div background color is #709fcc


#709fcc Border Color

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

This div border color is #709fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709fcc


Comments

No comments written yet.

Please login to write comment.