Color Hex Logo

#509869 Color Hex

#509869
(80,152,105)
0 Favorites   0 Comments

Color spaces of #509869

RGB 80152105
HSL0.390.310.45
HSV141°47°60°
CMYK 0.470.000.31   0.40
XYZ17.086325.181917.3246
Yxy25.18190.28670.4226
Hunter Lab50.1816-27.040414.6579
CIE-Lab57.2522-33.553517.9215

#509869 color RGB value is (80,152,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011000 01101001
Octal 120 230 151
Decimal 80 152 105
Hex 50 98 69

RGB Percentages of Color #509869

%23.74
%45.10
%31.16

CMYK Percentages of Color #509869

%47
%0
%31
%40

Triadic Colors of #509869

#509869 #695098 #986950

Analogous Colors of #509869

#509869 #50988d #5b9850

Monochromatic Colors of #509869

#509869

Complementary Color

#509869 #98507f

#509869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509869 Color CSS Codes

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

#509869 Text Font Color

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

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


#509869 Background Color

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

This div background color is #509869


#509869 Border Color

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

This div border color is #509869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509869


Comments

No comments written yet.

Please login to write comment.