Color Hex Logo

#709cbb Color Hex

#709CBB
(112,156,187)
0 Favorites   0 Comments

Color spaces of #709cbb

RGB 112156187
HSL0.570.360.59
HSV205°40°73°
CMYK 0.400.170.00   0.27
XYZ27.540230.809551.5090
Yxy30.80950.25070.2804
Hunter Lab55.5063-8.5709-16.1658
CIE-Lab62.3465-6.8389-20.7570

#709cbb color RGB value is (112,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011100 10111011
Octal 160 234 273
Decimal 112 156 187
Hex 70 9C BB

RGB Percentages of Color #709cbb

%24.62
%34.29
%41.10

CMYK Percentages of Color #709cbb

%40
%17
%0
%27

Triadic Colors of #709cbb

#709cbb #bb709c #9cbb70

Analogous Colors of #709cbb

#709cbb #7077bb #70bbb5

Monochromatic Colors of #709cbb

#709cbb

Complementary Color

#709cbb #bb8f70

#709cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#709cbb Color CSS Codes

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

#709cbb Text Font Color

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

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


#709cbb Background Color

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

This div background color is #709cbb


#709cbb Border Color

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

This div border color is #709cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709cbb


Comments

No comments written yet.

Please login to write comment.