Color Hex Logo

#709dac Color Hex

#709DAC
(112,157,172)
0 Favorites   0 Comments

Color spaces of #709dac

RGB 112157172
HSL0.540.270.56
HSV195°35°67°
CMYK 0.350.090.00   0.33
XYZ26.185530.537243.5439
Yxy30.53720.26120.3046
Hunter Lab55.2605-12.1226-8.0367
CIE-Lab62.1150-11.3575-12.6697

#709dac color RGB value is (112,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 10101100
Octal 160 235 254
Decimal 112 157 172
Hex 70 9D AC

RGB Percentages of Color #709dac

%25.40
%35.60
%39.00

CMYK Percentages of Color #709dac

%35
%9
%0
%33

Triadic Colors of #709dac

#709dac #ac709d #9dac70

Analogous Colors of #709dac

#709dac #707fac #70ac9d

Monochromatic Colors of #709dac

#709dac

Complementary Color

#709dac #ac7f70

#709dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#709dac Color CSS Codes

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

#709dac Text Font Color

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

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


#709dac Background Color

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

This div background color is #709dac


#709dac Border Color

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

This div border color is #709dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709dac

#709dac Color Palettes


Comments

No comments written yet.

Please login to write comment.