Color Hex Logo

#56ac3b Color Hex

#56AC3B
(86,172,59)
0 Favorites   0 Comments

Color spaces of #56ac3b

RGB 8617259
HSL0.290.490.45
HSV106°66°67°
CMYK 0.500.000.66   0.33
XYZ19.379731.79929.2541
Yxy31.79920.32070.5262
Hunter Lab56.3908-37.339129.7437
CIE-Lab63.1766-46.990148.5778

#56ac3b color RGB value is (86,172,59).

#56ac3b hex color red value is 86, green value is 172 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #56ac3b hue: 0.29 , saturation: 0.49 and the lightness value of 56ac3b is 0.45.

The process color (four color CMYK) of #56ac3b color hex is 0.50, 0.00, 0.66, 0.33. Web safe color of #56ac3b is #669933. Color #56ac3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101100 00111011
Octal 126 254 73
Decimal 86 172 59
Hex 56 AC 3B

RGB Percentages of Color #56ac3b

%27.13
%54.26
%18.61

CMYK Percentages of Color #56ac3b

%50
%0
%66
%33

Triadic Colors of #56ac3b

#56ac3b #3b56ac #ac3b56

Analogous Colors of #56ac3b

#56ac3b #3bac59 #8fac3b

Monochromatic Colors of #56ac3b

#56ac3b

Complementary Color

#56ac3b #913bac

#56ac3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ac3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ac3b Color CSS Codes

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

#56ac3b Text Font Color

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

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


#56ac3b Background Color

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

This div background color is #56ac3b


#56ac3b Border Color

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

This div border color is #56ac3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ac3b


Comments

No comments written yet.

Please login to write comment.