Color Hex Logo

#708ecc Color Hex

#708ECC
(112,142,204)
0 Favorites   0 Comments

Color spaces of #708ecc

RGB 112142204
HSL0.610.470.62
HSV220°45°80°
CMYK 0.450.300.00   0.20
XYZ27.254227.150460.9308
Yxy27.15040.23630.2354
Hunter Lab52.10602.1793-32.8572
CIE-Lab59.11335.9481-35.3064

#708ecc color RGB value is (112,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 11001100
Octal 160 216 314
Decimal 112 142 204
Hex 70 8E CC

RGB Percentages of Color #708ecc

%24.45
%31.00
%44.54

CMYK Percentages of Color #708ecc

%45
%30
%0
%20

Triadic Colors of #708ecc

#708ecc #cc708e #8ecc70

Analogous Colors of #708ecc

#708ecc #8070cc #70bccc

Monochromatic Colors of #708ecc

#708ecc

Complementary Color

#708ecc #ccae70

#708ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ecc Color CSS Codes

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

#708ecc Text Font Color

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

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


#708ecc Background Color

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

This div background color is #708ecc


#708ecc Border Color

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

This div border color is #708ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ecc


Comments

No comments written yet.

Please login to write comment.