Color Hex Logo

#509edd Color Hex

#509EDD
(80,158,221)
0 Favorites   0 Comments

Color spaces of #509edd

RGB 80158221
HSL0.570.670.59
HSV207°64°87°
CMYK 0.640.290.00   0.13
XYZ28.586331.379772.9568
Yxy31.37970.21510.2361
Hunter Lab56.0176-6.9406-38.0065
CIE-Lab62.8269-4.7722-39.1026

#509edd color RGB value is (80,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 11011101
Octal 120 236 335
Decimal 80 158 221
Hex 50 9E DD

RGB Percentages of Color #509edd

%17.43
%34.42
%48.15

CMYK Percentages of Color #509edd

%64
%29
%0
%13

Triadic Colors of #509edd

#509edd #dd509e #9edd50

Analogous Colors of #509edd

#509edd #5057dd #50ddd6

Monochromatic Colors of #509edd

#509edd

Complementary Color

#509edd #dd8f50

#509edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#509edd Color CSS Codes

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

#509edd Text Font Color

<p style="color:#509edd">Text here</p>

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


#509edd Background Color

<div style="background-color:#509edd">
Div content here</div>

This div background color is #509edd


#509edd Border Color

<div style="border:3px solid #509edd">
Div here</div>

This div border color is #509edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,158,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #509edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #509edd;
  -webkit-box-shadow: 1px 1px 3px 2px #509edd;
  box-shadow:         1px 1px 3px 2px #509edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,158,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 #509edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509edd


Comments

No comments written yet.

Please login to write comment.