Color Hex Logo

#518fba Color Hex

#518FBA
(81,143,186)
0 Favorites   0 Comments

Color spaces of #518fba

RGB 81143186
HSL0.570.430.52
HSV205°56°73°
CMYK 0.560.230.00   0.27
XYZ22.078724.939450.1045
Yxy24.93940.22730.2568
Hunter Lab49.9394-8.4772-24.5285
CIE-Lab57.0163-7.3648-28.5175

#518fba color RGB value is (81,143,186).

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

The process color (four color CMYK) of #518fba color hex is 0.56, 0.23, 0.00, 0.27. Web safe color of #518fba is #6699cc. Color #518fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 10111010
Octal 121 217 272
Decimal 81 143 186
Hex 51 8F BA

RGB Percentages of Color #518fba

%19.76
%34.88
%45.37

CMYK Percentages of Color #518fba

%56
%23
%0
%27

Triadic Colors of #518fba

#518fba #ba518f #8fba51

Analogous Colors of #518fba

#518fba #515aba #51bab1

Monochromatic Colors of #518fba

#518fba

Complementary Color

#518fba #ba7c51

#518fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fba Color CSS Codes

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

#518fba Text Font Color

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

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


#518fba Background Color

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

This div background color is #518fba


#518fba Border Color

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

This div border color is #518fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fba


Comments

No comments written yet.

Please login to write comment.