Color Hex Logo

#56c13d Color Hex

#56C13D
(86,193,61)
0 Favorites   0 Comments

Color spaces of #56c13d

RGB 8619361
HSL0.300.520.50
HSV109°68°76°
CMYK 0.550.000.68   0.24
XYZ23.750040.455310.9718
Yxy40.45530.31590.5381
Hunter Lab63.6045-44.655734.2956
CIE-Lab69.7926-54.867354.8498

#56c13d color RGB value is (86,193,61).

#56c13d hex color red value is 86, green value is 193 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #56c13d hue: 0.30 , saturation: 0.52 and the lightness value of 56c13d is 0.50.

The process color (four color CMYK) of #56c13d color hex is 0.55, 0.00, 0.68, 0.24. Web safe color of #56c13d is #66cc33. Color #56c13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11000001 00111101
Octal 126 301 75
Decimal 86 193 61
Hex 56 C1 3D

RGB Percentages of Color #56c13d

%25.29
%56.76
%17.94

CMYK Percentages of Color #56c13d

%55
%0
%68
%24

Triadic Colors of #56c13d

#56c13d #3d56c1 #c13d56

Analogous Colors of #56c13d

#56c13d #3dc166 #98c13d

Monochromatic Colors of #56c13d

#56c13d

Complementary Color

#56c13d #a83dc1

#56c13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56c13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56c13d Color CSS Codes

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

#56c13d Text Font Color

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

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


#56c13d Background Color

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

This div background color is #56c13d


#56c13d Border Color

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

This div border color is #56c13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56c13d


Comments

No comments written yet.

Please login to write comment.