Color Hex Logo

#518ada Color Hex

#518ADA
(81,138,218)
0 Favorites   0 Comments

Color spaces of #518ada

RGB 81138218
HSL0.600.650.59
HSV215°63°85°
CMYK 0.630.370.00   0.15
XYZ25.136724.988269.8280
Yxy24.98820.20960.2083
Hunter Lab49.98822.2799-47.8299
CIE-Lab57.06396.0114-46.5002

#518ada color RGB value is (81,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 11011010
Octal 121 212 332
Decimal 81 138 218
Hex 51 8A DA

RGB Percentages of Color #518ada

%18.54
%31.58
%49.89

CMYK Percentages of Color #518ada

%63
%37
%0
%15

Triadic Colors of #518ada

#518ada #da518a #8ada51

Analogous Colors of #518ada

#518ada #5d51da #51cfda

Monochromatic Colors of #518ada

#518ada

Complementary Color

#518ada #daa151

#518ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#518ada Color CSS Codes

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

#518ada Text Font Color

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

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


#518ada Background Color

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

This div background color is #518ada


#518ada Border Color

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

This div border color is #518ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518ada


Comments

No comments written yet.

Please login to write comment.