Color Hex Logo

#519abd Color Hex

#519ABD
(81,154,189)
0 Favorites   0 Comments

Color spaces of #519abd

RGB 81154189
HSL0.550.450.53
HSV199°57°74°
CMYK 0.570.190.00   0.26
XYZ24.134228.534752.3798
Yxy28.53470.22970.2716
Hunter Lab53.4179-12.8350-20.7453
CIE-Lab60.3688-12.5583-25.0402

#519abd color RGB value is (81,154,189).

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

The process color (four color CMYK) of #519abd color hex is 0.57, 0.19, 0.00, 0.26. Web safe color of #519abd is #6699cc. Color #519abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10111101
Octal 121 232 275
Decimal 81 154 189
Hex 51 9A BD

RGB Percentages of Color #519abd

%19.10
%36.32
%44.58

CMYK Percentages of Color #519abd

%57
%19
%0
%26

Triadic Colors of #519abd

#519abd #bd519a #9abd51

Analogous Colors of #519abd

#519abd #5164bd #51bdaa

Monochromatic Colors of #519abd

#519abd

Complementary Color

#519abd #bd7451

#519abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#519abd Color CSS Codes

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

#519abd Text Font Color

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

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


#519abd Background Color

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

This div background color is #519abd


#519abd Border Color

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

This div border color is #519abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519abd


Comments

No comments written yet.

Please login to write comment.