Color Hex Logo

#709dad Color Hex

#709DAD
(112,157,173)
0 Favorites   0 Comments

Color spaces of #709dad

RGB 112157173
HSL0.540.270.56
HSV196°35°68°
CMYK 0.350.090.00   0.32
XYZ26.281930.575844.0517
Yxy30.57580.26050.3030
Hunter Lab55.2954-11.9259-8.5273
CIE-Lab62.1479-11.1006-13.1836

#709dad color RGB value is (112,157,173).

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

The process color (four color CMYK) of #709dad color hex is 0.35, 0.09, 0.00, 0.32. Web safe color of #709dad is #669999. Color #709dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 10101101
Octal 160 235 255
Decimal 112 157 173
Hex 70 9D AD

RGB Percentages of Color #709dad

%25.34
%35.52
%39.14

CMYK Percentages of Color #709dad

%35
%9
%0
%32

Triadic Colors of #709dad

#709dad #ad709d #9dad70

Analogous Colors of #709dad

#709dad #707fad #70ad9f

Monochromatic Colors of #709dad

#709dad

Complementary Color

#709dad #ad8070

#709dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#709dad Color CSS Codes

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

#709dad Text Font Color

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

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


#709dad Background Color

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

This div background color is #709dad


#709dad Border Color

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

This div border color is #709dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709dad


Comments

No comments written yet.

Please login to write comment.