Color Hex Logo

#709ccc Color Hex

#709CCC
(112,156,204)
0 Favorites   0 Comments

Color spaces of #709ccc

RGB 112156204
HSL0.590.470.62
HSV211°45°80°
CMYK 0.450.240.00   0.20
XYZ29.469631.581361.6693
Yxy31.58130.24010.2573
Hunter Lab56.1972-4.7405-25.7251
CIE-Lab62.9953-2.0828-29.2764

#709ccc color RGB value is (112,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011100 11001100
Octal 160 234 314
Decimal 112 156 204
Hex 70 9C CC

RGB Percentages of Color #709ccc

%23.73
%33.05
%43.22

CMYK Percentages of Color #709ccc

%45
%24
%0
%20

Triadic Colors of #709ccc

#709ccc #cc709c #9ccc70

Analogous Colors of #709ccc

#709ccc #7270cc #70cacc

Monochromatic Colors of #709ccc

#709ccc

Complementary Color

#709ccc #cca070

#709ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709ccc Color CSS Codes

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

#709ccc Text Font Color

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

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


#709ccc Background Color

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

This div background color is #709ccc


#709ccc Border Color

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

This div border color is #709ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709ccc


Comments

No comments written yet.

Please login to write comment.