Color Hex Logo

#50968d Color Hex

#50968D
(80,150,141)
0 Favorites   0 Comments

Color spaces of #50968d

RGB 80150141
HSL0.480.300.45
HSV172°47°59°
CMYK 0.470.000.06   0.41
XYZ19.022325.441329.1074
Yxy25.44130.25860.3458
Hunter Lab50.4394-20.95081.0927
CIE-Lab57.5029-24.3549-2.1090

#50968d color RGB value is (80,150,141).

#50968d hex color red value is 80, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #50968d hue: 0.48 , saturation: 0.30 and the lightness value of 50968d is 0.45.

The process color (four color CMYK) of #50968d color hex is 0.47, 0.00, 0.06, 0.41. Web safe color of #50968d is #669999. Color #50968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010110 10001101
Octal 120 226 215
Decimal 80 150 141
Hex 50 96 8D

RGB Percentages of Color #50968d

%21.56
%40.43
%38.01

CMYK Percentages of Color #50968d

%47
%0
%6
%41

Triadic Colors of #50968d

#50968d #8d5096 #968d50

Analogous Colors of #50968d

#50968d #507c96 #50966a

Monochromatic Colors of #50968d

#50968d

Complementary Color

#50968d #965059

#50968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50968d Color CSS Codes

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

#50968d Text Font Color

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

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


#50968d Background Color

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

This div background color is #50968d


#50968d Border Color

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

This div border color is #50968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50968d


Comments

No comments written yet.

Please login to write comment.