Color Hex Logo

#518aba Color Hex

#518ABA
(81,138,186)
0 Favorites   0 Comments

Color spaces of #518aba

RGB 81138186
HSL0.580.430.52
HSV207°56°73°
CMYK 0.560.260.00   0.27
XYZ21.344723.471549.8598
Yxy23.47150.22540.2479
Hunter Lab48.4474-6.1403-27.1053
CIE-Lab55.5547-4.5093-30.7857

#518aba color RGB value is (81,138,186).

#518aba hex color red value is 81, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #518aba hue: 0.58 , saturation: 0.43 and the lightness value of 518aba is 0.52.

The process color (four color CMYK) of #518aba color hex is 0.56, 0.26, 0.00, 0.27. Web safe color of #518aba is #6699cc. Color #518aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 10111010
Octal 121 212 272
Decimal 81 138 186
Hex 51 8A BA

RGB Percentages of Color #518aba

%20.00
%34.07
%45.93

CMYK Percentages of Color #518aba

%56
%26
%0
%27

Triadic Colors of #518aba

#518aba #ba518a #8aba51

Analogous Colors of #518aba

#518aba #5155ba #51bab6

Monochromatic Colors of #518aba

#518aba

Complementary Color

#518aba #ba8151

#518aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#518aba Color CSS Codes

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

#518aba Text Font Color

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

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


#518aba Background Color

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

This div background color is #518aba


#518aba Border Color

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

This div border color is #518aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518aba


Comments

No comments written yet.

Please login to write comment.