Color Hex Logo

#5fc07e Color Hex

#5FC07E
(95,192,126)
0 Favorites   0 Comments

Color spaces of #5fc07e

RGB 95192126
HSL0.390.430.56
HSV139°51°75°
CMYK 0.510.000.34   0.25
XYZ27.334841.638526.3350
Yxy41.63850.28680.4369
Hunter Lab64.5279-37.309120.9722
CIE-Lab70.6210-43.329324.7361

#5fc07e color RGB value is (95,192,126).

#5fc07e hex color red value is 95, green value is 192 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5fc07e hue: 0.39 , saturation: 0.43 and the lightness value of 5fc07e is 0.56.

The process color (four color CMYK) of #5fc07e color hex is 0.51, 0.00, 0.34, 0.25. Web safe color of #5fc07e is #66cc66. Color #5fc07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000000 01111110
Octal 137 300 176
Decimal 95 192 126
Hex 5F C0 7E

RGB Percentages of Color #5fc07e

%23.00
%46.49
%30.51

CMYK Percentages of Color #5fc07e

%51
%0
%34
%25

Triadic Colors of #5fc07e

#5fc07e #7e5fc0 #c07e5f

Analogous Colors of #5fc07e

#5fc07e #5fc0af #71c05f

Monochromatic Colors of #5fc07e

#5fc07e

Complementary Color

#5fc07e #c05fa1

#5fc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc07e Color CSS Codes

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

#5fc07e Text Font Color

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

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


#5fc07e Background Color

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

This div background color is #5fc07e


#5fc07e Border Color

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

This div border color is #5fc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc07e


Comments

No comments written yet.

Please login to write comment.