Color Hex Logo

#518fda Color Hex

#518FDA
(81,143,218)
0 Favorites   0 Comments

Color spaces of #518fda

RGB 81143218
HSL0.590.650.59
HSV213°63°85°
CMYK 0.630.340.00   0.15
XYZ25.870726.456270.0727
Yxy26.45620.21140.2161
Hunter Lab51.4356-0.2316-44.7682
CIE-Lab58.46763.0551-44.2814

#518fda color RGB value is (81,143,218).

#518fda hex color red value is 81, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #518fda hue: 0.59 , saturation: 0.65 and the lightness value of 518fda is 0.59.

The process color (four color CMYK) of #518fda color hex is 0.63, 0.34, 0.00, 0.15. Web safe color of #518fda is #6699cc. Color #518fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 11011010
Octal 121 217 332
Decimal 81 143 218
Hex 51 8F DA

RGB Percentages of Color #518fda

%18.33
%32.35
%49.32

CMYK Percentages of Color #518fda

%63
%34
%0
%15

Triadic Colors of #518fda

#518fda #da518f #8fda51

Analogous Colors of #518fda

#518fda #5751da #51d4da

Monochromatic Colors of #518fda

#518fda

Complementary Color

#518fda #da9c51

#518fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fda Color CSS Codes

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

#518fda Text Font Color

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

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


#518fda Background Color

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

This div background color is #518fda


#518fda Border Color

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

This div border color is #518fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fda


Comments

No comments written yet.

Please login to write comment.