Color Hex Logo

#50928e Color Hex

#50928E
(80,146,142)
0 Favorites   0 Comments

Color spaces of #50928e

RGB 80146142
HSL0.490.290.44
HSV176°45°57°
CMYK 0.450.000.03   0.43
XYZ18.469624.216229.2919
Yxy24.21620.25660.3364
Hunter Lab49.2100-19.1224-0.8450
CIE-Lab56.3036-22.0461-4.4484

#50928e color RGB value is (80,146,142).

#50928e hex color red value is 80, green value is 146 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #50928e hue: 0.49 , saturation: 0.29 and the lightness value of 50928e is 0.44.

The process color (four color CMYK) of #50928e color hex is 0.45, 0.00, 0.03, 0.43. Web safe color of #50928e is #669999. Color #50928e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010010 10001110
Octal 120 222 216
Decimal 80 146 142
Hex 50 92 8E

RGB Percentages of Color #50928e

%21.74
%39.67
%38.59

CMYK Percentages of Color #50928e

%45
%0
%3
%43

Triadic Colors of #50928e

#50928e #8e5092 #928e50

Analogous Colors of #50928e

#50928e #507592 #50926d

Monochromatic Colors of #50928e

#50928e

Complementary Color

#50928e #925054

#50928e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50928e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50928e Color CSS Codes

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

#50928e Text Font Color

<p style="color:#50928e">Text here</p>

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


#50928e Background Color

<div style="background-color:#50928e">
Div content here</div>

This div background color is #50928e


#50928e Border Color

<div style="border:3px solid #50928e">
Div here</div>

This div border color is #50928e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,146,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50928e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50928e;
  -webkit-box-shadow: 1px 1px 3px 2px #50928e;
  box-shadow:         1px 1px 3px 2px #50928e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50928e


Comments

No comments written yet.

Please login to write comment.