Color Hex Logo

#519acd Color Hex

#519ACD
(81,154,205)
0 Favorites   0 Comments

Color spaces of #519acd

RGB 81154205
HSL0.570.550.56
HSV205°60°80°
CMYK 0.600.250.00   0.20
XYZ25.968429.268362.0383
Yxy29.26830.22140.2496
Hunter Lab54.1002-8.9943-30.1195
CIE-Lab61.0177-7.5294-33.0155

#519acd color RGB value is (81,154,205).

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

The process color (four color CMYK) of #519acd color hex is 0.60, 0.25, 0.00, 0.20. Web safe color of #519acd is #6699cc. Color #519acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 11001101
Octal 121 232 315
Decimal 81 154 205
Hex 51 9A CD

RGB Percentages of Color #519acd

%18.41
%35.00
%46.59

CMYK Percentages of Color #519acd

%60
%25
%0
%20

Triadic Colors of #519acd

#519acd #cd519a #9acd51

Analogous Colors of #519acd

#519acd #515ccd #51cdc2

Monochromatic Colors of #519acd

#519acd

Complementary Color

#519acd #cd8451

#519acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#519acd Color CSS Codes

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

#519acd Text Font Color

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

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


#519acd Background Color

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

This div background color is #519acd


#519acd Border Color

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

This div border color is #519acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519acd


Comments

No comments written yet.

Please login to write comment.