Color Hex Logo

#709cbc Color Hex

#709CBC
(112,156,188)
0 Favorites   0 Comments

Color spaces of #709cbc

RGB 112156188
HSL0.570.360.59
HSV205°40°74°
CMYK 0.400.170.00   0.26
XYZ27.647730.852552.0749
Yxy30.85250.25000.2790
Hunter Lab55.5450-8.3549-16.7044
CIE-Lab62.3829-6.5660-21.2628

#709cbc color RGB value is (112,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011100 10111100
Octal 160 234 274
Decimal 112 156 188
Hex 70 9C BC

RGB Percentages of Color #709cbc

%24.56
%34.21
%41.23

CMYK Percentages of Color #709cbc

%40
%17
%0
%26

Triadic Colors of #709cbc

#709cbc #bc709c #9cbc70

Analogous Colors of #709cbc

#709cbc #7076bc #70bcb6

Monochromatic Colors of #709cbc

#709cbc

Complementary Color

#709cbc #bc9070

#709cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709cbc Color CSS Codes

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

#709cbc Text Font Color

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

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


#709cbc Background Color

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

This div background color is #709cbc


#709cbc Border Color

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

This div border color is #709cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709cbc


Comments

No comments written yet.

Please login to write comment.