Color Hex Logo

#50949d Color Hex

#50949D
(80,148,157)
0 Favorites   0 Comments

Color spaces of #50949d

RGB 80148157
HSL0.520.320.46
HSV187°49°62°
CMYK 0.490.060.00   0.38
XYZ19.984025.319635.7322
Yxy25.31960.24660.3124
Hunter Lab50.3186-17.1663-6.8800
CIE-Lab57.3855-19.0010-11.4259

#50949d color RGB value is (80,148,157).

#50949d hex color red value is 80, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #50949d hue: 0.52 , saturation: 0.32 and the lightness value of 50949d is 0.46.

The process color (four color CMYK) of #50949d color hex is 0.49, 0.06, 0.00, 0.38. Web safe color of #50949d is #669999. Color #50949d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 10011101
Octal 120 224 235
Decimal 80 148 157
Hex 50 94 9D

RGB Percentages of Color #50949d

%20.78
%38.44
%40.78

CMYK Percentages of Color #50949d

%49
%6
%0
%38

Triadic Colors of #50949d

#50949d #9d5094 #949d50

Analogous Colors of #50949d

#50949d #506e9d #509d80

Monochromatic Colors of #50949d

#50949d

Complementary Color

#50949d #9d5950

#50949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50949d Color CSS Codes

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

#50949d Text Font Color

<p style="color:#50949d">Text here</p>

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


#50949d Background Color

<div style="background-color:#50949d">
Div content here</div>

This div background color is #50949d


#50949d Border Color

<div style="border:3px solid #50949d">
Div here</div>

This div border color is #50949d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,148,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50949d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50949d;
  -webkit-box-shadow: 1px 1px 3px 2px #50949d;
  box-shadow:         1px 1px 3px 2px #50949d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50949d


Comments

No comments written yet.

Please login to write comment.