Color Hex Logo

#709edf Color Hex

#709EDF
(112,158,223)
0 Favorites   0 Comments

Color spaces of #709edf

RGB 112158223
HSL0.600.630.66
HSV215°50°87°
CMYK 0.500.290.00   0.13
XYZ32.228233.226274.5267
Yxy33.22620.23020.2374
Hunter Lab57.6422-1.0730-36.3077
CIE-Lab64.34362.3515-37.7338

#709edf color RGB value is (112,158,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 11011111
Octal 160 236 337
Decimal 112 158 223
Hex 70 9E DF

RGB Percentages of Color #709edf

%22.72
%32.05
%45.23

CMYK Percentages of Color #709edf

%50
%29
%0
%13

Triadic Colors of #709edf

#709edf #df709e #9edf70

Analogous Colors of #709edf

#709edf #7a70df #70d6df

Monochromatic Colors of #709edf

#709edf

Complementary Color

#709edf #dfb170

#709edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#709edf Color CSS Codes

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

#709edf Text Font Color

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

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


#709edf Background Color

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

This div background color is #709edf


#709edf Border Color

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

This div border color is #709edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709edf


Comments

No comments written yet.

Please login to write comment.