Color Hex Logo

#518dee Color Hex

#518DEE
(81,141,238)
0 Favorites   0 Comments

Color spaces of #518dee

RGB 81141238
HSL0.600.820.63
HSV217°66°93°
CMYK 0.660.410.00   0.07
XYZ28.350826.972184.6008
Yxy26.97210.20260.1928
Hunter Lab51.93476.5563-60.2283
CIE-Lab58.948511.0224-54.6445

#518dee color RGB value is (81,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001101 11101110
Octal 121 215 356
Decimal 81 141 238
Hex 51 8D EE

RGB Percentages of Color #518dee

%17.61
%30.65
%51.74

CMYK Percentages of Color #518dee

%66
%41
%0
%7

Triadic Colors of #518dee

#518dee #ee518d #8dee51

Analogous Colors of #518dee

#518dee #6451ee #51dcee

Monochromatic Colors of #518dee

#518dee

Complementary Color

#518dee #eeb251

#518dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#518dee Color CSS Codes

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

#518dee Text Font Color

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

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


#518dee Background Color

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

This div background color is #518dee


#518dee Border Color

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

This div border color is #518dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518dee


Comments

No comments written yet.

Please login to write comment.