Color Hex Logo

#518cda Color Hex

#518CDA
(81,140,218)
0 Favorites   0 Comments

Color spaces of #518cda

RGB 81140218
HSL0.590.650.59
HSV214°63°85°
CMYK 0.630.360.00   0.15
XYZ25.426325.567569.9246
Yxy25.56750.21030.2114
Hunter Lab50.56431.2713-46.5962
CIE-Lab57.62424.8241-45.6137

#518cda color RGB value is (81,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001100 11011010
Octal 121 214 332
Decimal 81 140 218
Hex 51 8C DA

RGB Percentages of Color #518cda

%18.45
%31.89
%49.66

CMYK Percentages of Color #518cda

%63
%36
%0
%15

Triadic Colors of #518cda

#518cda #da518c #8cda51

Analogous Colors of #518cda

#518cda #5b51da #51d1da

Monochromatic Colors of #518cda

#518cda

Complementary Color

#518cda #da9f51

#518cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#518cda Color CSS Codes

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

#518cda Text Font Color

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

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


#518cda Background Color

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

This div background color is #518cda


#518cda Border Color

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

This div border color is #518cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,140,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 #518cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518cda


Comments

No comments written yet.

Please login to write comment.