Color Hex Logo

#509874 Color Hex

#509874
(80,152,116)
0 Favorites   0 Comments

Color spaces of #509874

RGB 80152116
HSL0.420.310.45
HSV150°47°60°
CMYK 0.470.000.24   0.40
XYZ17.688925.422920.4978
Yxy25.42290.27810.3997
Hunter Lab50.4211-25.615011.1915
CIE-Lab57.4852-31.278412.0736

#509874 color RGB value is (80,152,116).

#509874 hex color red value is 80, green value is 152 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #509874 hue: 0.42 , saturation: 0.31 and the lightness value of 509874 is 0.45.

The process color (four color CMYK) of #509874 color hex is 0.47, 0.00, 0.24, 0.40. Web safe color of #509874 is #669966. Color #509874 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011000 01110100
Octal 120 230 164
Decimal 80 152 116
Hex 50 98 74

RGB Percentages of Color #509874

%22.99
%43.68
%33.33

CMYK Percentages of Color #509874

%47
%0
%24
%40

Triadic Colors of #509874

#509874 #745098 #987450

Analogous Colors of #509874

#509874 #509898 #509850

Monochromatic Colors of #509874

#509874

Complementary Color

#509874 #985074

#509874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509874 Color CSS Codes

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

#509874 Text Font Color

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

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


#509874 Background Color

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

This div background color is #509874


#509874 Border Color

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

This div border color is #509874


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,152,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #509874; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #509874;
  -webkit-box-shadow: 1px 1px 3px 2px #509874;
  box-shadow:         1px 1px 3px 2px #509874; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509874


Comments

No comments written yet.

Please login to write comment.