Color Hex Logo

#56a21f Color Hex

#56A21F
(86,162,31)
0 Favorites   0 Comments

Color spaces of #56a21f

RGB 8616231
HSL0.260.680.38
HSV95°81°64°
CMYK 0.470.000.81   0.36
XYZ17.005427.91805.7888
Yxy27.91800.33530.5505
Hunter Lab52.8375-35.016530.4905
CIE-Lab59.8146-45.044255.5111

#56a21f color RGB value is (86,162,31).

#56a21f hex color red value is 86, green value is 162 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #56a21f hue: 0.26 , saturation: 0.68 and the lightness value of 56a21f is 0.38.

The process color (four color CMYK) of #56a21f color hex is 0.47, 0.00, 0.81, 0.36. Web safe color of #56a21f is #669933. Color #56a21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10100010 00011111
Octal 126 242 37
Decimal 86 162 31
Hex 56 A2 1F

RGB Percentages of Color #56a21f

%30.82
%58.06
%11.11

CMYK Percentages of Color #56a21f

%47
%0
%81
%36

Triadic Colors of #56a21f

#56a21f #1f56a2 #a21f56

Analogous Colors of #56a21f

#56a21f #1fa22a #98a21f

Monochromatic Colors of #56a21f

#56a21f

Complementary Color

#56a21f #6b1fa2

#56a21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56a21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56a21f Color CSS Codes

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

#56a21f Text Font Color

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

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


#56a21f Background Color

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

This div background color is #56a21f


#56a21f Border Color

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

This div border color is #56a21f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,162,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56a21f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56a21f;
  -webkit-box-shadow: 1px 1px 3px 2px #56a21f;
  box-shadow:         1px 1px 3px 2px #56a21f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56a21f


Comments

No comments written yet.

Please login to write comment.