Color Hex Logo

#519edc Color Hex

#519EDC
(81,158,220)
0 Favorites   0 Comments

Color spaces of #519edc

RGB 81158220
HSL0.570.670.59
HSV207°63°86°
CMYK 0.630.280.00   0.14
XYZ28.538531.370472.2611
Yxy31.37040.21590.2373
Hunter Lab56.0093-7.0649-37.2873
CIE-Lab62.8191-4.9255-38.5579

#519edc color RGB value is (81,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011110 11011100
Octal 121 236 334
Decimal 81 158 220
Hex 51 9E DC

RGB Percentages of Color #519edc

%17.65
%34.42
%47.93

CMYK Percentages of Color #519edc

%63
%28
%0
%14

Triadic Colors of #519edc

#519edc #dc519e #9edc51

Analogous Colors of #519edc

#519edc #5159dc #51dcd5

Monochromatic Colors of #519edc

#519edc

Complementary Color

#519edc #dc8f51

#519edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#519edc Color CSS Codes

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

#519edc Text Font Color

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

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


#519edc Background Color

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

This div background color is #519edc


#519edc Border Color

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

This div border color is #519edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519edc


Comments

No comments written yet.

Please login to write comment.