Color Hex Logo

#518eec Color Hex

#518EEC
(81,142,236)
0 Favorites   0 Comments

Color spaces of #518eec

RGB 81142236
HSL0.600.800.62
HSV216°66°93°
CMYK 0.660.400.00   0.07
XYZ28.206727.151583.1110
Yxy27.15150.20370.1961
Hunter Lab52.10715.4385-58.0928
CIE-Lab59.11439.7408-53.2729

#518eec color RGB value is (81,142,236).

#518eec hex color red value is 81, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #518eec hue: 0.60 , saturation: 0.80 and the lightness value of 518eec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 11101100
Octal 121 216 354
Decimal 81 142 236
Hex 51 8E EC

RGB Percentages of Color #518eec

%17.65
%30.94
%51.42

CMYK Percentages of Color #518eec

%66
%40
%0
%7

Triadic Colors of #518eec

#518eec #ec518e #8eec51

Analogous Colors of #518eec

#518eec #6151ec #51dcec

Monochromatic Colors of #518eec

#518eec

Complementary Color

#518eec #ecaf51

#518eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#518eec Color CSS Codes

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

#518eec Text Font Color

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

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


#518eec Background Color

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

This div background color is #518eec


#518eec Border Color

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

This div border color is #518eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518eec


Comments

No comments written yet.

Please login to write comment.