Color Hex Logo

#718eec Color Hex

#718EEC
(113,142,236)
0 Favorites   0 Comments

Color spaces of #718eec

RGB 113142236
HSL0.630.760.68
HSV226°52°93°
CMYK 0.520.400.00   0.07
XYZ31.623428.912883.2709
Yxy28.91280.21990.2011
Hunter Lab53.770610.8802-54.1789
CIE-Lab60.704615.8423-50.6482

#718eec color RGB value is (113,142,236).

#718eec hex color red value is 113, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #718eec hue: 0.63 , saturation: 0.76 and the lightness value of 718eec is 0.68.

The process color (four color CMYK) of #718eec color hex is 0.52, 0.40, 0.00, 0.07. Web safe color of #718eec is #6699ff. Color #718eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001110 11101100
Octal 161 216 354
Decimal 113 142 236
Hex 71 8E EC

RGB Percentages of Color #718eec

%23.01
%28.92
%48.07

CMYK Percentages of Color #718eec

%52
%40
%0
%7

Triadic Colors of #718eec

#718eec #ec718e #8eec71

Analogous Colors of #718eec

#718eec #9271ec #71ccec

Monochromatic Colors of #718eec

#718eec

Complementary Color

#718eec #eccf71

#718eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#718eec Color CSS Codes

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

#718eec Text Font Color

<p style="color:#718eec">Text here</p>

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


#718eec Background Color

<div style="background-color:#718eec">
Div content here</div>

This div background color is #718eec


#718eec Border Color

<div style="border:3px solid #718eec">
Div here</div>

This div border color is #718eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,142,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718eec;
  -webkit-box-shadow: 1px 1px 3px 2px #718eec;
  box-shadow:         1px 1px 3px 2px #718eec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,142,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 #718eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718eec


Comments

No comments written yet.

Please login to write comment.