Color Hex Logo

#709dbc Color Hex

#709DBC
(112,157,188)
0 Favorites   0 Comments

Color spaces of #709dbc

RGB 112157188
HSL0.570.360.59
HSV204°40°74°
CMYK 0.400.160.00   0.26
XYZ27.816231.189552.1311
Yxy31.18950.25030.2806
Hunter Lab55.8476-8.8271-16.2512
CIE-Lab62.6673-7.1200-20.8288

#709dbc color RGB value is (112,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 10111100
Octal 160 235 274
Decimal 112 157 188
Hex 70 9D BC

RGB Percentages of Color #709dbc

%24.51
%34.35
%41.14

CMYK Percentages of Color #709dbc

%40
%16
%0
%26

Triadic Colors of #709dbc

#709dbc #bc709d #9dbc70

Analogous Colors of #709dbc

#709dbc #7077bc #70bcb5

Monochromatic Colors of #709dbc

#709dbc

Complementary Color

#709dbc #bc8f70

#709dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709dbc Color CSS Codes

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

#709dbc Text Font Color

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

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


#709dbc Background Color

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

This div background color is #709dbc


#709dbc Border Color

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

This div border color is #709dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709dbc

#709dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.