Color Hex Logo

#518adb Color Hex

#518ADB
(81,138,219)
0 Favorites   0 Comments

Color spaces of #518adb

RGB 81138219
HSL0.600.660.59
HSV215°63°86°
CMYK 0.630.370.00   0.14
XYZ25.268025.040870.5194
Yxy25.04080.20910.2072
Hunter Lab50.04082.5619-48.5252
CIE-Lab57.11526.3484-46.9793

#518adb color RGB value is (81,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 11011011
Octal 121 212 333
Decimal 81 138 219
Hex 51 8A DB

RGB Percentages of Color #518adb

%18.49
%31.51
%50.00

CMYK Percentages of Color #518adb

%63
%37
%0
%14

Triadic Colors of #518adb

#518adb #db518a #8adb51

Analogous Colors of #518adb

#518adb #5d51db #51cfdb

Monochromatic Colors of #518adb

#518adb

Complementary Color

#518adb #dba251

#518adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#518adb Color CSS Codes

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

#518adb Text Font Color

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

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


#518adb Background Color

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

This div background color is #518adb


#518adb Border Color

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

This div border color is #518adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518adb


Comments

No comments written yet.

Please login to write comment.