Color Hex Logo

#56c674 Color Hex

#56C674
(86,198,116)
0 Favorites   0 Comments

Color spaces of #56c674

RGB 86198116
HSL0.380.500.56
HSV136°57°78°
CMYK 0.570.000.41   0.22
XYZ27.184243.627623.5112
Yxy43.62760.28820.4625
Hunter Lab66.0512-42.125725.1313
CIE-Lab71.9789-49.789631.7005

#56c674 color RGB value is (86,198,116).

#56c674 hex color red value is 86, green value is 198 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #56c674 hue: 0.38 , saturation: 0.50 and the lightness value of 56c674 is 0.56.

The process color (four color CMYK) of #56c674 color hex is 0.57, 0.00, 0.41, 0.22. Web safe color of #56c674 is #66cc66. Color #56c674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11000110 01110100
Octal 126 306 164
Decimal 86 198 116
Hex 56 C6 74

RGB Percentages of Color #56c674

%21.50
%49.50
%29.00

CMYK Percentages of Color #56c674

%57
%0
%41
%22

Triadic Colors of #56c674

#56c674 #7456c6 #c67456

Analogous Colors of #56c674

#56c674 #56c6ac #70c656

Monochromatic Colors of #56c674

#56c674

Complementary Color

#56c674 #c656a8

#56c674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56c674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56c674 Color CSS Codes

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

#56c674 Text Font Color

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

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


#56c674 Background Color

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

This div background color is #56c674


#56c674 Border Color

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

This div border color is #56c674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56c674


Comments

No comments written yet.

Please login to write comment.