Color Hex Logo

#518eb6 Color Hex

#518EB6
(81,142,182)
0 Favorites   0 Comments

Color spaces of #518eb6

RGB 81142182
HSL0.570.410.52
HSV204°55°71°
CMYK 0.550.220.00   0.29
XYZ21.509824.472747.8460
Yxy24.47270.22920.2608
Hunter Lab49.4699-8.9595-22.7148
CIE-Lab56.5580-8.0522-26.9519

#518eb6 color RGB value is (81,142,182).

#518eb6 hex color red value is 81, green value is 142 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #518eb6 hue: 0.57 , saturation: 0.41 and the lightness value of 518eb6 is 0.52.

The process color (four color CMYK) of #518eb6 color hex is 0.55, 0.22, 0.00, 0.29. Web safe color of #518eb6 is #6699cc. Color #518eb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 10110110
Octal 121 216 266
Decimal 81 142 182
Hex 51 8E B6

RGB Percentages of Color #518eb6

%20.00
%35.06
%44.94

CMYK Percentages of Color #518eb6

%55
%22
%0
%29

Triadic Colors of #518eb6

#518eb6 #b6518e #8eb651

Analogous Colors of #518eb6

#518eb6 #515bb6 #51b6ac

Monochromatic Colors of #518eb6

#518eb6

Complementary Color

#518eb6 #b67951

#518eb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518eb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518eb6 Color CSS Codes

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

#518eb6 Text Font Color

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

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


#518eb6 Background Color

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

This div background color is #518eb6


#518eb6 Border Color

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

This div border color is #518eb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518eb6


Comments

No comments written yet.

Please login to write comment.