Color Hex Logo

#709daf Color Hex

#709DAF
(112,157,175)
0 Favorites   0 Comments

Color spaces of #709daf

RGB 112157175
HSL0.550.280.56
HSV197°36°69°
CMYK 0.360.100.00   0.31
XYZ26.476930.653845.0787
Yxy30.65380.25900.2999
Hunter Lab55.3659-11.5286-9.5176
CIE-Lab62.2143-10.5831-14.2098

#709daf color RGB value is (112,157,175).

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

The process color (four color CMYK) of #709daf color hex is 0.36, 0.10, 0.00, 0.31. Web safe color of #709daf is #669999. Color #709daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 10101111
Octal 160 235 257
Decimal 112 157 175
Hex 70 9D AF

RGB Percentages of Color #709daf

%25.23
%35.36
%39.41

CMYK Percentages of Color #709daf

%36
%10
%0
%31

Triadic Colors of #709daf

#709daf #af709d #9daf70

Analogous Colors of #709daf

#709daf #707eaf #70afa2

Monochromatic Colors of #709daf

#709daf

Complementary Color

#709daf #af8270

#709daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#709daf Color CSS Codes

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

#709daf Text Font Color

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

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


#709daf Background Color

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

This div background color is #709daf


#709daf Border Color

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

This div border color is #709daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709daf


Comments

No comments written yet.

Please login to write comment.