Color Hex Logo

#519ddd Color Hex

#519DDD
(81,157,221)
0 Favorites   0 Comments

Color spaces of #519ddd

RGB 81157221
HSL0.580.670.59
HSV207°63°87°
CMYK 0.630.290.00   0.13
XYZ28.501531.083772.9042
Yxy31.08370.21510.2346
Hunter Lab55.7528-6.3159-38.5027
CIE-Lab62.5782-4.0321-39.4892

#519ddd color RGB value is (81,157,221).

#519ddd hex color red value is 81, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #519ddd hue: 0.58 , saturation: 0.67 and the lightness value of 519ddd is 0.59.

The process color (four color CMYK) of #519ddd color hex is 0.63, 0.29, 0.00, 0.13. Web safe color of #519ddd is #6699cc. Color #519ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011101 11011101
Octal 121 235 335
Decimal 81 157 221
Hex 51 9D DD

RGB Percentages of Color #519ddd

%17.65
%34.20
%48.15

CMYK Percentages of Color #519ddd

%63
%29
%0
%13

Triadic Colors of #519ddd

#519ddd #dd519d #9ddd51

Analogous Colors of #519ddd

#519ddd #5157dd #51ddd7

Monochromatic Colors of #519ddd

#519ddd

Complementary Color

#519ddd #dd9151

#519ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#519ddd Color CSS Codes

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

#519ddd Text Font Color

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

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


#519ddd Background Color

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

This div background color is #519ddd


#519ddd Border Color

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

This div border color is #519ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519ddd


Comments

No comments written yet.

Please login to write comment.