Color Hex Logo

#509c69 Color Hex

#509C69
(80,156,105)
0 Favorites   0 Comments

Color spaces of #509c69

RGB 80156105
HSL0.390.320.46
HSV140°49°61°
CMYK 0.490.000.33   0.39
XYZ17.746526.502317.5447
Yxy26.50230.28720.4289
Hunter Lab51.4804-28.557515.8300
CIE-Lab58.5108-35.389719.6344

#509c69 color RGB value is (80,156,105).

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

The process color (four color CMYK) of #509c69 color hex is 0.49, 0.00, 0.33, 0.39. Web safe color of #509c69 is #669966. Color #509c69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011100 01101001
Octal 120 234 151
Decimal 80 156 105
Hex 50 9C 69

RGB Percentages of Color #509c69

%23.46
%45.75
%30.79

CMYK Percentages of Color #509c69

%49
%0
%33
%39

Triadic Colors of #509c69

#509c69 #69509c #9c6950

Analogous Colors of #509c69

#509c69 #509c8f #5d9c50

Monochromatic Colors of #509c69

#509c69

Complementary Color

#509c69 #9c5083

#509c69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509c69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509c69 Color CSS Codes

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

#509c69 Text Font Color

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

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


#509c69 Background Color

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

This div background color is #509c69


#509c69 Border Color

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

This div border color is #509c69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509c69


Comments

No comments written yet.

Please login to write comment.