Color Hex Logo

#708bcc Color Hex

#708BCC
(112,139,204)
0 Favorites   0 Comments

Color spaces of #708bcc

RGB 112139204
HSL0.620.470.62
HSV222°45°80°
CMYK 0.450.320.00   0.20
XYZ26.813826.269660.7840
Yxy26.26960.23550.2307
Hunter Lab51.25393.6892-34.4366
CIE-Lab58.29217.7022-36.5898

#708bcc color RGB value is (112,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 11001100
Octal 160 213 314
Decimal 112 139 204
Hex 70 8B CC

RGB Percentages of Color #708bcc

%24.62
%30.55
%44.84

CMYK Percentages of Color #708bcc

%45
%32
%0
%20

Triadic Colors of #708bcc

#708bcc #cc708b #8bcc70

Analogous Colors of #708bcc

#708bcc #8370cc #70b9cc

Monochromatic Colors of #708bcc

#708bcc

Complementary Color

#708bcc #ccb170

#708bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bcc Color CSS Codes

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

#708bcc Text Font Color

<p style="color:#708bcc">Text here</p>

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


#708bcc Background Color

<div style="background-color:#708bcc">
Div content here</div>

This div background color is #708bcc


#708bcc Border Color

<div style="border:3px solid #708bcc">
Div here</div>

This div border color is #708bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bcc


Comments

No comments written yet.

Please login to write comment.