Color Hex Logo

#518bad Color Hex

#518BAD
(81,139,173)
0 Favorites   0 Comments

Color spaces of #518bad

RGB 81139173
HSL0.560.360.50
HSV202°53°68°
CMYK 0.530.200.00   0.32
XYZ20.168823.231742.9563
Yxy23.23170.23360.2690
Hunter Lab48.1993-9.6561-19.1011
CIE-Lab55.3102-9.1421-23.7363

#518bad color RGB value is (81,139,173).

#518bad hex color red value is 81, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #518bad hue: 0.56 , saturation: 0.36 and the lightness value of 518bad is 0.50.

The process color (four color CMYK) of #518bad color hex is 0.53, 0.20, 0.00, 0.32. Web safe color of #518bad is #669999. Color #518bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001011 10101101
Octal 121 213 255
Decimal 81 139 173
Hex 51 8B AD

RGB Percentages of Color #518bad

%20.61
%35.37
%44.02

CMYK Percentages of Color #518bad

%53
%20
%0
%32

Triadic Colors of #518bad

#518bad #ad518b #8bad51

Analogous Colors of #518bad

#518bad #515dad #51ada1

Monochromatic Colors of #518bad

#518bad

Complementary Color

#518bad #ad7351

#518bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#518bad Color CSS Codes

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

#518bad Text Font Color

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

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


#518bad Background Color

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

This div background color is #518bad


#518bad Border Color

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

This div border color is #518bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518bad


Comments

No comments written yet.

Please login to write comment.