Color Hex Logo

#519aba Color Hex

#519ABA
(81,154,186)
0 Favorites   0 Comments

Color spaces of #519aba

RGB 81154186
HSL0.550.430.52
HSV198°56°73°
CMYK 0.560.170.00   0.27
XYZ23.811928.405750.6822
Yxy28.40570.23140.2761
Hunter Lab53.2970-13.5200-19.0733
CIE-Lab60.2535-13.4772-23.5273

#519aba color RGB value is (81,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10111010
Octal 121 232 272
Decimal 81 154 186
Hex 51 9A BA

RGB Percentages of Color #519aba

%19.24
%36.58
%44.18

CMYK Percentages of Color #519aba

%56
%17
%0
%27

Triadic Colors of #519aba

#519aba #ba519a #9aba51

Analogous Colors of #519aba

#519aba #5166ba #51baa6

Monochromatic Colors of #519aba

#519aba

Complementary Color

#519aba #ba7151

#519aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#519aba Color CSS Codes

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

#519aba Text Font Color

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

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


#519aba Background Color

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

This div background color is #519aba


#519aba Border Color

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

This div border color is #519aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,154,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 #519aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519aba


Comments

No comments written yet.

Please login to write comment.