Color Hex Logo

#50949f Color Hex

#50949F
(80,148,159)
0 Favorites   0 Comments

Color spaces of #50949f

RGB 80148159
HSL0.520.330.47
HSV188°50°62°
CMYK 0.500.070.00   0.38
XYZ20.156225.388536.6390
Yxy25.38850.24530.3089
Hunter Lab50.3870-16.7723-7.8419
CIE-Lab57.4520-18.4361-12.4684

#50949f color RGB value is (80,148,159).

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

The process color (four color CMYK) of #50949f color hex is 0.50, 0.07, 0.00, 0.38. Web safe color of #50949f is #669999. Color #50949f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 10011111
Octal 120 224 237
Decimal 80 148 159
Hex 50 94 9F

RGB Percentages of Color #50949f

%20.67
%38.24
%41.09

CMYK Percentages of Color #50949f

%50
%7
%0
%38

Triadic Colors of #50949f

#50949f #9f5094 #949f50

Analogous Colors of #50949f

#50949f #506d9f #509f83

Monochromatic Colors of #50949f

#50949f

Complementary Color

#50949f #9f5b50

#50949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50949f Color CSS Codes

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

#50949f Text Font Color

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

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


#50949f Background Color

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

This div background color is #50949f


#50949f Border Color

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

This div border color is #50949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50949f


Comments

No comments written yet.

Please login to write comment.