Color Hex Logo

#509c14 Color Hex

#509C14
(80,156,20)
0 Favorites   0 Comments

Color spaces of #509c14

RGB 8015620
HSL0.260.770.35
HSV94°87°61°
CMYK 0.490.000.87   0.39
XYZ15.323025.53294.7826
Yxy25.53290.33570.5595
Hunter Lab50.5301-34.298429.7594
CIE-Lab57.5910-45.075556.3146

#509c14 color RGB value is (80,156,20).

#509c14 hex color red value is 80, green value is 156 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #509c14 hue: 0.26 , saturation: 0.77 and the lightness value of 509c14 is 0.35.

The process color (four color CMYK) of #509c14 color hex is 0.49, 0.00, 0.87, 0.39. Web safe color of #509c14 is #669900. Color #509c14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011100 00010100
Octal 120 234 24
Decimal 80 156 20
Hex 50 9C 14

RGB Percentages of Color #509c14

%31.25
%60.94
%7.81

CMYK Percentages of Color #509c14

%49
%0
%87
%39

Triadic Colors of #509c14

#509c14 #14509c #9c1450

Analogous Colors of #509c14

#509c14 #149c1c #949c14

Monochromatic Colors of #509c14

#509c14

Complementary Color

#509c14 #60149c

#509c14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509c14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509c14 Color CSS Codes

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

#509c14 Text Font Color

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

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


#509c14 Background Color

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

This div background color is #509c14


#509c14 Border Color

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

This div border color is #509c14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509c14


Comments

No comments written yet.

Please login to write comment.