Color Hex Logo

#509a6f Color Hex

#509A6F
(80,154,111)
0 Favorites   0 Comments

Color spaces of #509a6f

RGB 80154111
HSL0.400.320.46
HSV145°48°60°
CMYK 0.480.000.28   0.40
XYZ17.733125.964419.1159
Yxy25.96440.28230.4134
Hunter Lab50.9553-27.051413.4260
CIE-Lab58.0032-33.273915.6029

#509a6f color RGB value is (80,154,111).

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

The process color (four color CMYK) of #509a6f color hex is 0.48, 0.00, 0.28, 0.40. Web safe color of #509a6f is #669966. Color #509a6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 01101111
Octal 120 232 157
Decimal 80 154 111
Hex 50 9A 6F

RGB Percentages of Color #509a6f

%23.19
%44.64
%32.17

CMYK Percentages of Color #509a6f

%48
%0
%28
%40

Triadic Colors of #509a6f

#509a6f #6f509a #9a6f50

Analogous Colors of #509a6f

#509a6f #509a94 #569a50

Monochromatic Colors of #509a6f

#509a6f

Complementary Color

#509a6f #9a507b

#509a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#509a6f Color CSS Codes

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

#509a6f Text Font Color

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

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


#509a6f Background Color

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

This div background color is #509a6f


#509a6f Border Color

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

This div border color is #509a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509a6f


Comments

No comments written yet.

Please login to write comment.