Color Hex Logo

#718dee Color Hex

#718DEE
(113,141,238)
0 Favorites   0 Comments

Color spaces of #718dee

RGB 113141238
HSL0.630.790.69
HSV227°53°93°
CMYK 0.530.410.00   0.07
XYZ31.767528.733584.7607
Yxy28.73350.21870.1978
Hunter Lab53.603611.9793-56.2297
CIE-Lab60.545717.0526-52.0064

#718dee color RGB value is (113,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11101110
Octal 161 215 356
Decimal 113 141 238
Hex 71 8D EE

RGB Percentages of Color #718dee

%22.97
%28.66
%48.37

CMYK Percentages of Color #718dee

%53
%41
%0
%7

Triadic Colors of #718dee

#718dee #ee718d #8dee71

Analogous Colors of #718dee

#718dee #9471ee #71ccee

Monochromatic Colors of #718dee

#718dee

Complementary Color

#718dee #eed271

#718dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dee Color CSS Codes

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

#718dee Text Font Color

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

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


#718dee Background Color

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

This div background color is #718dee


#718dee Border Color

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

This div border color is #718dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dee


Comments

No comments written yet.

Please login to write comment.