Color Hex Logo

#519aec Color Hex

#519AEC
(81,154,236)
0 Favorites   0 Comments

Color spaces of #519aec

RGB 81154236
HSL0.590.800.62
HSV212°66°93°
CMYK 0.660.350.00   0.07
XYZ30.089330.916783.7385
Yxy30.91670.20790.2136
Hunter Lab55.6028-0.7101-50.3695
CIE-Lab62.43732.6783-48.0025

#519aec color RGB value is (81,154,236).

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

The process color (four color CMYK) of #519aec color hex is 0.66, 0.35, 0.00, 0.07. Web safe color of #519aec is #6699ff. Color #519aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 11101100
Octal 121 232 354
Decimal 81 154 236
Hex 51 9A EC

RGB Percentages of Color #519aec

%17.20
%32.70
%50.11

CMYK Percentages of Color #519aec

%66
%35
%0
%7

Triadic Colors of #519aec

#519aec #ec519a #9aec51

Analogous Colors of #519aec

#519aec #5551ec #51e8ec

Monochromatic Colors of #519aec

#519aec

Complementary Color

#519aec #eca351

#519aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#519aec Color CSS Codes

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

#519aec Text Font Color

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

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


#519aec Background Color

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

This div background color is #519aec


#519aec Border Color

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

This div border color is #519aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519aec


Comments

No comments written yet.

Please login to write comment.