Color Hex Logo

#518add Color Hex

#518ADD
(81,138,221)
0 Favorites   0 Comments

Color spaces of #518add

RGB 81138221
HSL0.600.670.59
HSV216°63°87°
CMYK 0.630.380.00   0.13
XYZ25.533025.146771.9147
Yxy25.14670.20830.2051
Hunter Lab50.14653.1302-49.9248
CIE-Lab57.21817.0247-47.9356

#518add color RGB value is (81,138,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 11011101
Octal 121 212 335
Decimal 81 138 221
Hex 51 8A DD

RGB Percentages of Color #518add

%18.41
%31.36
%50.23

CMYK Percentages of Color #518add

%63
%38
%0
%13

Triadic Colors of #518add

#518add #dd518a #8add51

Analogous Colors of #518add

#518add #5e51dd #51d0dd

Monochromatic Colors of #518add

#518add

Complementary Color

#518add #dda451

#518add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518add Color Preview on White Background

Lorem ipsum dolor sit amet.

#518add Color CSS Codes

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

#518add Text Font Color

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

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


#518add Background Color

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

This div background color is #518add


#518add Border Color

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

This div border color is #518add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518add


Comments

No comments written yet.

Please login to write comment.