Color Hex Logo

#718cee Color Hex

#718CEE
(113,140,238)
0 Favorites   0 Comments

Color spaces of #718cee

RGB 113140238
HSL0.630.790.69
HSV227°53°93°
CMYK 0.530.410.00   0.07
XYZ31.620828.439984.7118
Yxy28.43990.21840.1964
Hunter Lab53.329112.5134-56.8502
CIE-Lab60.284117.6453-52.4221

#718cee color RGB value is (113,140,238).

#718cee hex color red value is 113, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #718cee hue: 0.63 , saturation: 0.79 and the lightness value of 718cee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001100 11101110
Octal 161 214 356
Decimal 113 140 238
Hex 71 8C EE

RGB Percentages of Color #718cee

%23.01
%28.51
%48.47

CMYK Percentages of Color #718cee

%53
%41
%0
%7

Triadic Colors of #718cee

#718cee #ee718c #8cee71

Analogous Colors of #718cee

#718cee #9571ee #71cbee

Monochromatic Colors of #718cee

#718cee

Complementary Color

#718cee #eed371

#718cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#718cee Color CSS Codes

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

#718cee Text Font Color

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

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


#718cee Background Color

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

This div background color is #718cee


#718cee Border Color

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

This div border color is #718cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,140,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718cee

#718cee Color Palettes


Comments

No comments written yet.

Please login to write comment.