Color Hex Logo

#559014 Color Hex

#559014
(85,144,20)
0 Favorites   0 Comments

Color spaces of #559014

RGB 8514420
HSL0.250.760.32
HSV89°86°56°
CMYK 0.410.000.86   0.44
XYZ13.845821.92834.1647
Yxy21.92830.34670.5490
Hunter Lab46.8277-29.170327.5063
CIE-Lab53.9508-38.427053.2187

#559014 color RGB value is (85,144,20).

#559014 hex color red value is 85, green value is 144 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #559014 hue: 0.25 , saturation: 0.76 and the lightness value of 559014 is 0.32.

The process color (four color CMYK) of #559014 color hex is 0.41, 0.00, 0.86, 0.44. Web safe color of #559014 is #669900. Color #559014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010000 00010100
Octal 125 220 24
Decimal 85 144 20
Hex 55 90 14

RGB Percentages of Color #559014

%34.14
%57.83
%8.03

CMYK Percentages of Color #559014

%41
%0
%86
%44

Triadic Colors of #559014

#559014 #145590 #901455

Analogous Colors of #559014

#559014 #179014 #908d14

Monochromatic Colors of #559014

#559014

Complementary Color

#559014 #4f1490

#559014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559014 Color CSS Codes

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

#559014 Text Font Color

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

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


#559014 Background Color

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

This div background color is #559014


#559014 Border Color

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

This div border color is #559014


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,144,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559014; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559014;
  -webkit-box-shadow: 1px 1px 3px 2px #559014;
  box-shadow:         1px 1px 3px 2px #559014; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,144,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 #559014">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559014


Comments

No comments written yet.

Please login to write comment.