Color Hex Logo

#509abc Color Hex

#509ABC
(80,154,188)
0 Favorites   0 Comments

Color spaces of #509abc

RGB 80154188
HSL0.550.450.53
HSV199°57°74°
CMYK 0.570.180.00   0.26
XYZ23.941028.447551.8060
Yxy28.44750.22980.2730
Hunter Lab53.3362-13.2151-20.2537
CIE-Lab60.2909-13.0697-24.6001

#509abc color RGB value is (80,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 10111100
Octal 120 232 274
Decimal 80 154 188
Hex 50 9A BC

RGB Percentages of Color #509abc

%18.96
%36.49
%44.55

CMYK Percentages of Color #509abc

%57
%18
%0
%26

Triadic Colors of #509abc

#509abc #bc509a #9abc50

Analogous Colors of #509abc

#509abc #5064bc #50bca8

Monochromatic Colors of #509abc

#509abc

Complementary Color

#509abc #bc7250

#509abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#509abc Color CSS Codes

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

#509abc Text Font Color

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

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


#509abc Background Color

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

This div background color is #509abc


#509abc Border Color

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

This div border color is #509abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509abc


Comments

No comments written yet.

Please login to write comment.