Color Hex Logo

#709ddf Color Hex

#709DDF
(112,157,223)
0 Favorites   0 Comments

Color spaces of #709ddf

RGB 112157223
HSL0.600.630.66
HSV216°50°87°
CMYK 0.500.300.00   0.13
XYZ32.058332.886474.4701
Yxy32.88640.22990.2359
Hunter Lab57.3467-0.5705-36.8510
CIE-Lab64.06882.9223-38.1630

#709ddf color RGB value is (112,157,223).

#709ddf hex color red value is 112, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #709ddf hue: 0.60 , saturation: 0.63 and the lightness value of 709ddf is 0.66.

The process color (four color CMYK) of #709ddf color hex is 0.50, 0.30, 0.00, 0.13. Web safe color of #709ddf is #6699cc. Color #709ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011101 11011111
Octal 160 235 337
Decimal 112 157 223
Hex 70 9D DF

RGB Percentages of Color #709ddf

%22.76
%31.91
%45.33

CMYK Percentages of Color #709ddf

%50
%30
%0
%13

Triadic Colors of #709ddf

#709ddf #df709d #9ddf70

Analogous Colors of #709ddf

#709ddf #7b70df #70d5df

Monochromatic Colors of #709ddf

#709ddf

Complementary Color

#709ddf #dfb270

#709ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#709ddf Color CSS Codes

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

#709ddf Text Font Color

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

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


#709ddf Background Color

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

This div background color is #709ddf


#709ddf Border Color

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

This div border color is #709ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709ddf


Comments

No comments written yet.

Please login to write comment.