Color Hex Logo

#709ecf Color Hex

#709ECF
(112,158,207)
0 Favorites   0 Comments

Color spaces of #709ecf

RGB 112158207
HSL0.590.500.63
HSV211°46°81°
CMYK 0.460.240.00   0.19
XYZ30.171432.403563.6958
Yxy32.40350.23890.2566
Hunter Lab56.9241-5.0070-26.4963
CIE-Lab63.6750-2.3471-29.8976

#709ecf color RGB value is (112,158,207).

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

The process color (four color CMYK) of #709ecf color hex is 0.46, 0.24, 0.00, 0.19. Web safe color of #709ecf is #6699cc. Color #709ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 11001111
Octal 160 236 317
Decimal 112 158 207
Hex 70 9E CF

RGB Percentages of Color #709ecf

%23.48
%33.12
%43.40

CMYK Percentages of Color #709ecf

%46
%24
%0
%19

Triadic Colors of #709ecf

#709ecf #cf709e #9ecf70

Analogous Colors of #709ecf

#709ecf #7270cf #70cecf

Monochromatic Colors of #709ecf

#709ecf

Complementary Color

#709ecf #cfa170

#709ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#709ecf Color CSS Codes

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

#709ecf Text Font Color

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

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


#709ecf Background Color

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

This div background color is #709ecf


#709ecf Border Color

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

This div border color is #709ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709ecf


Comments

No comments written yet.

Please login to write comment.