Color Hex Logo

#709eca Color Hex

#709ECA
(112,158,202)
0 Favorites   0 Comments

Color spaces of #709eca

RGB 112158202
HSL0.580.460.62
HSV209°45°79°
CMYK 0.450.220.00   0.21
XYZ29.569632.162760.5267
Yxy32.16270.24190.2631
Hunter Lab56.7122-6.1768-23.5794
CIE-Lab63.4771-3.7772-27.4174

#709eca color RGB value is (112,158,202).

#709eca hex color red value is 112, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #709eca hue: 0.58 , saturation: 0.46 and the lightness value of 709eca is 0.62.

The process color (four color CMYK) of #709eca color hex is 0.45, 0.22, 0.00, 0.21. Web safe color of #709eca is #6699cc. Color #709eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 11001010
Octal 160 236 312
Decimal 112 158 202
Hex 70 9E CA

RGB Percentages of Color #709eca

%23.73
%33.47
%42.80

CMYK Percentages of Color #709eca

%45
%22
%0
%21

Triadic Colors of #709eca

#709eca #ca709e #9eca70

Analogous Colors of #709eca

#709eca #7071ca #70cac9

Monochromatic Colors of #709eca

#709eca

Complementary Color

#709eca #ca9c70

#709eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#709eca Color CSS Codes

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

#709eca Text Font Color

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

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


#709eca Background Color

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

This div background color is #709eca


#709eca Border Color

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

This div border color is #709eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709eca


Comments

No comments written yet.

Please login to write comment.