Color Hex Logo

#518ecc Color Hex

#518ECC
(81,142,204)
0 Favorites   0 Comments

Color spaces of #518ecc

RGB 81142204
HSL0.580.550.56
HSV210°60°80°
CMYK 0.600.300.00   0.20
XYZ23.965425.455060.7769
Yxy25.45500.21750.2310
Hunter Lab50.4529-3.5043-36.1052
CIE-Lab57.5161-1.0021-37.9213

#518ecc color RGB value is (81,142,204).

#518ecc hex color red value is 81, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #518ecc hue: 0.58 , saturation: 0.55 and the lightness value of 518ecc is 0.56.

The process color (four color CMYK) of #518ecc color hex is 0.60, 0.30, 0.00, 0.20. Web safe color of #518ecc is #6699cc. Color #518ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 11001100
Octal 121 216 314
Decimal 81 142 204
Hex 51 8E CC

RGB Percentages of Color #518ecc

%18.97
%33.26
%47.78

CMYK Percentages of Color #518ecc

%60
%30
%0
%20

Triadic Colors of #518ecc

#518ecc #cc518e #8ecc51

Analogous Colors of #518ecc

#518ecc #5251cc #51cccc

Monochromatic Colors of #518ecc

#518ecc

Complementary Color

#518ecc #cc8f51

#518ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#518ecc Color CSS Codes

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

#518ecc Text Font Color

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

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


#518ecc Background Color

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

This div background color is #518ecc


#518ecc Border Color

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

This div border color is #518ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,142,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518ecc


Comments

No comments written yet.

Please login to write comment.