Color Hex Logo

#5fc878 Color Hex

#5FC878
(95,200,120)
0 Favorites   0 Comments

Color spaces of #5fc878

RGB 95200120
HSL0.370.490.58
HSV134°53°78°
CMYK 0.530.000.40   0.22
XYZ28.763845.097524.9580
Yxy45.09750.29110.4564
Hunter Lab67.1547-41.065324.9732
CIE-Lab72.9560-47.740630.9729

#5fc878 color RGB value is (95,200,120).

#5fc878 hex color red value is 95, green value is 200 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #5fc878 hue: 0.37 , saturation: 0.49 and the lightness value of 5fc878 is 0.58.

The process color (four color CMYK) of #5fc878 color hex is 0.53, 0.00, 0.40, 0.22. Web safe color of #5fc878 is #66cc66. Color #5fc878 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001000 01111000
Octal 137 310 170
Decimal 95 200 120
Hex 5F C8 78

RGB Percentages of Color #5fc878

%22.89
%48.19
%28.92

CMYK Percentages of Color #5fc878

%53
%0
%40
%22

Triadic Colors of #5fc878

#5fc878 #785fc8 #c8785f

Analogous Colors of #5fc878

#5fc878 #5fc8ad #7bc85f

Monochromatic Colors of #5fc878

#5fc878

Complementary Color

#5fc878 #c85faf

#5fc878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc878 Color CSS Codes

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

#5fc878 Text Font Color

<p style="color:#5fc878">Text here</p>

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


#5fc878 Background Color

<div style="background-color:#5fc878">
Div content here</div>

This div background color is #5fc878


#5fc878 Border Color

<div style="border:3px solid #5fc878">
Div here</div>

This div border color is #5fc878


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,200,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fc878; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fc878;
  -webkit-box-shadow: 1px 1px 3px 2px #5fc878;
  box-shadow:         1px 1px 3px 2px #5fc878; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,200,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc878


Comments

No comments written yet.

Please login to write comment.