Color Hex Logo

#519abc Color Hex

#519ABC
(81,154,188)
0 Favorites   0 Comments

Color spaces of #519abc

RGB 81154188
HSL0.550.440.53
HSV199°57°74°
CMYK 0.570.180.00   0.26
XYZ24.026028.491451.8100
Yxy28.49140.23030.2731
Hunter Lab53.3773-13.0646-20.1849
CIE-Lab60.3301-12.8655-24.5365

#519abc color RGB value is (81,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10111100
Octal 121 232 274
Decimal 81 154 188
Hex 51 9A BC

RGB Percentages of Color #519abc

%19.15
%36.41
%44.44

CMYK Percentages of Color #519abc

%57
%18
%0
%26

Triadic Colors of #519abc

#519abc #bc519a #9abc51

Analogous Colors of #519abc

#519abc #5165bc #51bca9

Monochromatic Colors of #519abc

#519abc

Complementary Color

#519abc #bc7351

#519abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#519abc Color CSS Codes

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

#519abc Text Font Color

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

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


#519abc Background Color

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

This div background color is #519abc


#519abc Border Color

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

This div border color is #519abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519abc


Comments

No comments written yet.

Please login to write comment.