Color Hex Logo

#518eab Color Hex

#518EAB
(81,142,171)
0 Favorites   0 Comments

Color spaces of #518eab

RGB 81142171
HSL0.550.360.49
HSV199°53°67°
CMYK 0.530.170.00   0.33
XYZ20.417024.035642.0913
Yxy24.03560.23590.2777
Hunter Lab49.0261-11.4591-16.5851
CIE-Lab56.1234-11.4290-21.3430

#518eab color RGB value is (81,142,171).

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

The process color (four color CMYK) of #518eab color hex is 0.53, 0.17, 0.00, 0.33. Web safe color of #518eab is #669999. Color #518eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001110 10101011
Octal 121 216 253
Decimal 81 142 171
Hex 51 8E AB

RGB Percentages of Color #518eab

%20.56
%36.04
%43.40

CMYK Percentages of Color #518eab

%53
%17
%0
%33

Triadic Colors of #518eab

#518eab #ab518e #8eab51

Analogous Colors of #518eab

#518eab #5161ab #51ab9b

Monochromatic Colors of #518eab

#518eab

Complementary Color

#518eab #ab6e51

#518eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#518eab Color CSS Codes

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

#518eab Text Font Color

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

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


#518eab Background Color

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

This div background color is #518eab


#518eab Border Color

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

This div border color is #518eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518eab


Comments

No comments written yet.

Please login to write comment.