Color Hex Logo

#519adb Color Hex

#519ADB
(81,154,219)
0 Favorites   0 Comments

Color spaces of #519adb

RGB 81154219
HSL0.580.660.59
HSV208°63°86°
CMYK 0.630.300.00   0.14
XYZ27.735129.975071.3418
Yxy29.97500.21490.2323
Hunter Lab54.7494-5.3865-38.9338
CIE-Lab61.6326-2.9833-39.8605

#519adb color RGB value is (81,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 11011011
Octal 121 232 333
Decimal 81 154 219
Hex 51 9A DB

RGB Percentages of Color #519adb

%17.84
%33.92
%48.24

CMYK Percentages of Color #519adb

%63
%30
%0
%14

Triadic Colors of #519adb

#519adb #db519a #9adb51

Analogous Colors of #519adb

#519adb #5155db #51dbd7

Monochromatic Colors of #519adb

#519adb

Complementary Color

#519adb #db9251

#519adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#519adb Color CSS Codes

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

#519adb Text Font Color

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

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


#519adb Background Color

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

This div background color is #519adb


#519adb Border Color

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

This div border color is #519adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519adb


Comments

No comments written yet.

Please login to write comment.