Color Hex Logo

#709bcb Color Hex

#709BCB
(112,155,203)
0 Favorites   0 Comments

Color spaces of #709bcb

RGB 112155203
HSL0.590.470.62
HSV212°45°80°
CMYK 0.450.240.00   0.20
XYZ29.182931.199260.9839
Yxy31.19920.24050.2571
Hunter Lab55.8562-4.4885-25.6335
CIE-Lab62.6754-1.8050-29.2126

#709bcb color RGB value is (112,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 11001011
Octal 160 233 313
Decimal 112 155 203
Hex 70 9B CB

RGB Percentages of Color #709bcb

%23.83
%32.98
%43.19

CMYK Percentages of Color #709bcb

%45
%24
%0
%20

Triadic Colors of #709bcb

#709bcb #cb709b #9bcb70

Analogous Colors of #709bcb

#709bcb #7370cb #70c9cb

Monochromatic Colors of #709bcb

#709bcb

Complementary Color

#709bcb #cba070

#709bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#709bcb Color CSS Codes

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

#709bcb Text Font Color

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

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


#709bcb Background Color

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

This div background color is #709bcb


#709bcb Border Color

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

This div border color is #709bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709bcb


Comments

No comments written yet.

Please login to write comment.