Color Hex Logo

#518dab Color Hex

#518DAB
(81,141,171)
0 Favorites   0 Comments

Color spaces of #518dab

RGB 81141171
HSL0.560.360.49
HSV200°53°67°
CMYK 0.530.180.00   0.33
XYZ20.268923.739442.0419
Yxy23.73940.23550.2759
Hunter Lab48.7231-11.0091-17.0536
CIE-Lab55.8259-10.8725-21.7989

#518dab color RGB value is (81,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001101 10101011
Octal 121 215 253
Decimal 81 141 171
Hex 51 8D AB

RGB Percentages of Color #518dab

%20.61
%35.88
%43.51

CMYK Percentages of Color #518dab

%53
%18
%0
%33

Triadic Colors of #518dab

#518dab #ab518d #8dab51

Analogous Colors of #518dab

#518dab #5160ab #51ab9c

Monochromatic Colors of #518dab

#518dab

Complementary Color

#518dab #ab6f51

#518dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#518dab Color CSS Codes

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

#518dab Text Font Color

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

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


#518dab Background Color

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

This div background color is #518dab


#518dab Border Color

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

This div border color is #518dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518dab


Comments

No comments written yet.

Please login to write comment.