Color Hex Logo

#708aca Color Hex

#708ACA
(112,138,202)
0 Favorites   0 Comments

Color spaces of #708aca

RGB 112138202
HSL0.620.460.62
HSV223°45°79°
CMYK 0.450.320.00   0.21
XYZ26.431225.886059.4805
Yxy25.88600.23640.2315
Hunter Lab50.87833.6935-33.6996
CIE-Lab57.92877.7013-36.0306

#708aca color RGB value is (112,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001010 11001010
Octal 160 212 312
Decimal 112 138 202
Hex 70 8A CA

RGB Percentages of Color #708aca

%24.78
%30.53
%44.69

CMYK Percentages of Color #708aca

%45
%32
%0
%21

Triadic Colors of #708aca

#708aca #ca708a #8aca70

Analogous Colors of #708aca

#708aca #8370ca #70b7ca

Monochromatic Colors of #708aca

#708aca

Complementary Color

#708aca #cab070

#708aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#708aca Color CSS Codes

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

#708aca Text Font Color

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

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


#708aca Background Color

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

This div background color is #708aca


#708aca Border Color

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

This div border color is #708aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708aca

#708aca Color Palettes


Comments

No comments written yet.

Please login to write comment.