Color Hex Logo

#518eb0 Color Hex

#518EB0
(81,142,176)
0 Favorites   0 Comments

Color spaces of #518eb0

RGB 81142176
HSL0.560.380.50
HSV201°54°69°
CMYK 0.540.190.00   0.31
XYZ20.902824.229944.6494
Yxy24.22990.23280.2699
Hunter Lab49.2239-10.3422-19.3233
CIE-Lab56.3172-9.9080-23.9025

#518eb0 color RGB value is (81,142,176).

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

The process color (four color CMYK) of #518eb0 color hex is 0.54, 0.19, 0.00, 0.31. Web safe color of #518eb0 is #669999. Color #518eb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 10110000
Octal 121 216 260
Decimal 81 142 176
Hex 51 8E B0

RGB Percentages of Color #518eb0

%20.30
%35.59
%44.11

CMYK Percentages of Color #518eb0

%54
%19
%0
%31

Triadic Colors of #518eb0

#518eb0 #b0518e #8eb051

Analogous Colors of #518eb0

#518eb0 #515fb0 #51b0a3

Monochromatic Colors of #518eb0

#518eb0

Complementary Color

#518eb0 #b07351

#518eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518eb0 Color CSS Codes

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

#518eb0 Text Font Color

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

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


#518eb0 Background Color

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

This div background color is #518eb0


#518eb0 Border Color

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

This div border color is #518eb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518eb0


Comments

No comments written yet.

Please login to write comment.