Color Hex Logo

#509cbd Color Hex

#509CBD
(80,156,189)
0 Favorites   0 Comments

Color spaces of #509cbd

RGB 80156189
HSL0.550.450.53
HSV198°58°74°
CMYK 0.580.170.00   0.26
XYZ24.382029.156552.4868
Yxy29.15650.23000.2750
Hunter Lab53.9968-13.8934-19.8343
CIE-Lab60.9195-13.8522-24.1972

#509cbd color RGB value is (80,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011100 10111101
Octal 120 234 275
Decimal 80 156 189
Hex 50 9C BD

RGB Percentages of Color #509cbd

%18.82
%36.71
%44.47

CMYK Percentages of Color #509cbd

%58
%17
%0
%26

Triadic Colors of #509cbd

#509cbd #bd509c #9cbd50

Analogous Colors of #509cbd

#509cbd #5066bd #50bda8

Monochromatic Colors of #509cbd

#509cbd

Complementary Color

#509cbd #bd7150

#509cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#509cbd Color CSS Codes

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

#509cbd Text Font Color

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

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


#509cbd Background Color

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

This div background color is #509cbd


#509cbd Border Color

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

This div border color is #509cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509cbd


Comments

No comments written yet.

Please login to write comment.