Color Hex Logo

#56820e Color Hex

#56820E
(86,130,14)
0 Favorites   0 Comments

Color spaces of #56820e

RGB 8613014
HSL0.230.810.28
HSV83°89°51°
CMYK 0.340.000.89   0.49
XYZ11.899617.97543.2579
Yxy17.97540.35910.5425
Hunter Lab42.3974-24.096225.1222
CIE-Lab49.4663-32.050950.7827

#56820e color RGB value is (86,130,14).

#56820e hex color red value is 86, green value is 130 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #56820e hue: 0.23 , saturation: 0.81 and the lightness value of 56820e is 0.28.

The process color (four color CMYK) of #56820e color hex is 0.34, 0.00, 0.89, 0.49. Web safe color of #56820e is #669900. Color #56820e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000010 00001110
Octal 126 202 16
Decimal 86 130 14
Hex 56 82 E

RGB Percentages of Color #56820e

%37.39
%56.52
%6.09

CMYK Percentages of Color #56820e

%34
%0
%89
%49

Triadic Colors of #56820e

#56820e #0e5682 #820e56

Analogous Colors of #56820e

#56820e #1c820e #82740e

Monochromatic Colors of #56820e

#56820e

Complementary Color

#56820e #3a0e82

#56820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56820e Color CSS Codes

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

#56820e Text Font Color

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

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


#56820e Background Color

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

This div background color is #56820e


#56820e Border Color

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

This div border color is #56820e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,130,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56820e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56820e;
  -webkit-box-shadow: 1px 1px 3px 2px #56820e;
  box-shadow:         1px 1px 3px 2px #56820e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,130,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56820e


Comments

No comments written yet.

Please login to write comment.