Color Hex Logo

#709cec Color Hex

#709CEC
(112,156,236)
0 Favorites   0 Comments

Color spaces of #709cec

RGB 112156236
HSL0.610.770.68
HSV219°53°93°
CMYK 0.530.340.00   0.07
XYZ33.710933.277884.0034
Yxy33.27780.22330.2204
Hunter Lab57.68693.3592-45.9570
CIE-Lab64.38527.4392-44.8370

#709cec color RGB value is (112,156,236).

#709cec hex color red value is 112, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #709cec hue: 0.61 , saturation: 0.77 and the lightness value of 709cec is 0.68.

The process color (four color CMYK) of #709cec color hex is 0.53, 0.34, 0.00, 0.07. Web safe color of #709cec is #6699ff. Color #709cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011100 11101100
Octal 160 234 354
Decimal 112 156 236
Hex 70 9C EC

RGB Percentages of Color #709cec

%22.22
%30.95
%46.83

CMYK Percentages of Color #709cec

%53
%34
%0
%7

Triadic Colors of #709cec

#709cec #ec709c #9cec70

Analogous Colors of #709cec

#709cec #8270ec #70daec

Monochromatic Colors of #709cec

#709cec

Complementary Color

#709cec #ecc070

#709cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#709cec Color CSS Codes

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

#709cec Text Font Color

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

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


#709cec Background Color

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

This div background color is #709cec


#709cec Border Color

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

This div border color is #709cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709cec


Comments

No comments written yet.

Please login to write comment.