Color Hex Logo

#509c8d Color Hex

#509C8D
(80,156,141)
0 Favorites   0 Comments

Color spaces of #509c8d

RGB 80156141
HSL0.470.320.46
HSV168°49°61°
CMYK 0.490.000.10   0.39
XYZ20.004527.405529.4347
Yxy27.40550.26030.3566
Hunter Lab52.3503-23.40313.3085
CIE-Lab59.3478-27.35760.5907

#509c8d color RGB value is (80,156,141).

#509c8d hex color red value is 80, green value is 156 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #509c8d hue: 0.47 , saturation: 0.32 and the lightness value of 509c8d is 0.46.

The process color (four color CMYK) of #509c8d color hex is 0.49, 0.00, 0.10, 0.39. Web safe color of #509c8d is #669999. Color #509c8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011100 10001101
Octal 120 234 215
Decimal 80 156 141
Hex 50 9C 8D

RGB Percentages of Color #509c8d

%21.22
%41.38
%37.40

CMYK Percentages of Color #509c8d

%49
%0
%10
%39

Triadic Colors of #509c8d

#509c8d #8d509c #9c8d50

Analogous Colors of #509c8d

#509c8d #50859c #509c67

Monochromatic Colors of #509c8d

#509c8d

Complementary Color

#509c8d #9c505f

#509c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#509c8d Color CSS Codes

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

#509c8d Text Font Color

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

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


#509c8d Background Color

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

This div background color is #509c8d


#509c8d Border Color

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

This div border color is #509c8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,156,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 #509c8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509c8d


Comments

No comments written yet.

Please login to write comment.