Color Hex Logo

#518eaa Color Hex

#518EAA
(81,142,170)
0 Favorites   0 Comments

Color spaces of #518eaa

RGB 81142170
HSL0.550.350.49
HSV199°52°67°
CMYK 0.520.160.00   0.33
XYZ20.322023.997641.5911
Yxy23.99760.23650.2793
Hunter Lab48.9873-11.6786-16.0471
CIE-Lab56.0854-11.7302-20.8291

#518eaa color RGB value is (81,142,170).

#518eaa hex color red value is 81, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #518eaa hue: 0.55 , saturation: 0.35 and the lightness value of 518eaa is 0.49.

The process color (four color CMYK) of #518eaa color hex is 0.52, 0.16, 0.00, 0.33. Web safe color of #518eaa is #669999. Color #518eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 10101010
Octal 121 216 252
Decimal 81 142 170
Hex 51 8E AA

RGB Percentages of Color #518eaa

%20.61
%36.13
%43.26

CMYK Percentages of Color #518eaa

%52
%16
%0
%33

Triadic Colors of #518eaa

#518eaa #aa518e #8eaa51

Analogous Colors of #518eaa

#518eaa #5161aa #51aa9a

Monochromatic Colors of #518eaa

#518eaa

Complementary Color

#518eaa #aa6d51

#518eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#518eaa Color CSS Codes

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

#518eaa Text Font Color

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

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


#518eaa Background Color

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

This div background color is #518eaa


#518eaa Border Color

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

This div border color is #518eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518eaa


Comments

No comments written yet.

Please login to write comment.