Color Hex Logo

#518dac Color Hex

#518DAC
(81,141,172)
0 Favorites   0 Comments

Color spaces of #518dac

RGB 81141172
HSL0.560.360.50
HSV200°53°67°
CMYK 0.530.180.00   0.33
XYZ20.364623.777642.5459
Yxy23.77760.23490.2743
Hunter Lab48.7623-10.7870-17.5979
CIE-Lab55.8644-10.5690-22.3121

#518dac color RGB value is (81,141,172).

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

The process color (four color CMYK) of #518dac color hex is 0.53, 0.18, 0.00, 0.33. Web safe color of #518dac is #669999. Color #518dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001101 10101100
Octal 121 215 254
Decimal 81 141 172
Hex 51 8D AC

RGB Percentages of Color #518dac

%20.56
%35.79
%43.65

CMYK Percentages of Color #518dac

%53
%18
%0
%33

Triadic Colors of #518dac

#518dac #ac518d #8dac51

Analogous Colors of #518dac

#518dac #515fac #51ac9e

Monochromatic Colors of #518dac

#518dac

Complementary Color

#518dac #ac7051

#518dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#518dac Color CSS Codes

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

#518dac Text Font Color

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

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


#518dac Background Color

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

This div background color is #518dac


#518dac Border Color

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

This div border color is #518dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518dac


Comments

No comments written yet.

Please login to write comment.