Color Hex Logo

#708cad Color Hex

#708CAD
(112,140,173)
0 Favorites   0 Comments

Color spaces of #708cad

RGB 112140173
HSL0.590.270.56
HSV212°35°68°
CMYK 0.350.190.00   0.32
XYZ23.603025.218043.1587
Yxy25.21800.25660.2742
Hunter Lab50.2175-3.9830-15.8036
CIE-Lab57.2872-1.6159-20.5577

#708cad color RGB value is (112,140,173).

#708cad hex color red value is 112, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #708cad hue: 0.59 , saturation: 0.27 and the lightness value of 708cad is 0.56.

The process color (four color CMYK) of #708cad color hex is 0.35, 0.19, 0.00, 0.32. Web safe color of #708cad is #669999. Color #708cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001100 10101101
Octal 160 214 255
Decimal 112 140 173
Hex 70 8C AD

RGB Percentages of Color #708cad

%26.35
%32.94
%40.71

CMYK Percentages of Color #708cad

%35
%19
%0
%32

Triadic Colors of #708cad

#708cad #ad708c #8cad70

Analogous Colors of #708cad

#708cad #7370ad #70abad

Monochromatic Colors of #708cad

#708cad

Complementary Color

#708cad #ad9170

#708cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#708cad Color CSS Codes

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

#708cad Text Font Color

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

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


#708cad Background Color

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

This div background color is #708cad


#708cad Border Color

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

This div border color is #708cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708cad


Comments

No comments written yet.

Please login to write comment.