Color Hex Logo

#509acc Color Hex

#509ACC
(80,154,204)
0 Favorites   0 Comments

Color spaces of #509acc

RGB 80154204
HSL0.570.550.56
HSV204°61°80°
CMYK 0.610.250.00   0.20
XYZ25.763029.176361.4005
Yxy29.17630.22140.2508
Hunter Lab54.0151-9.3892-29.5861
CIE-Lab60.9369-8.0389-32.5846

#509acc color RGB value is (80,154,204).

#509acc hex color red value is 80, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #509acc hue: 0.57 , saturation: 0.55 and the lightness value of 509acc is 0.56.

The process color (four color CMYK) of #509acc color hex is 0.61, 0.25, 0.00, 0.20. Web safe color of #509acc is #6699cc. Color #509acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 11001100
Octal 120 232 314
Decimal 80 154 204
Hex 50 9A CC

RGB Percentages of Color #509acc

%18.26
%35.16
%46.58

CMYK Percentages of Color #509acc

%61
%25
%0
%20

Triadic Colors of #509acc

#509acc #cc509a #9acc50

Analogous Colors of #509acc

#509acc #505ccc #50ccc0

Monochromatic Colors of #509acc

#509acc

Complementary Color

#509acc #cc8250

#509acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#509acc Color CSS Codes

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

#509acc Text Font Color

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

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


#509acc Background Color

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

This div background color is #509acc


#509acc Border Color

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

This div border color is #509acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509acc


Comments

No comments written yet.

Please login to write comment.