Color Hex Logo

#5fed82 Color Hex

#5FED82
(95,237,130)
0 Favorites   0 Comments

Color spaces of #5fed82

RGB 95237130
HSL0.370.800.65
HSV135°60°93°
CMYK 0.600.000.45   0.07
XYZ39.032864.613031.5334
Yxy64.61300.28870.4780
Hunter Lab80.3822-53.991133.0085
CIE-Lab84.2839-60.608640.5808

#5fed82 color RGB value is (95,237,130).

#5fed82 hex color red value is 95, green value is 237 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #5fed82 hue: 0.37 , saturation: 0.80 and the lightness value of 5fed82 is 0.65.

The process color (four color CMYK) of #5fed82 color hex is 0.60, 0.00, 0.45, 0.07. Web safe color of #5fed82 is #66ff99. Color #5fed82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101101 10000010
Octal 137 355 202
Decimal 95 237 130
Hex 5F ED 82

RGB Percentages of Color #5fed82

%20.56
%51.30
%28.14

CMYK Percentages of Color #5fed82

%60
%0
%45
%7

Triadic Colors of #5fed82

#5fed82 #825fed #ed825f

Analogous Colors of #5fed82

#5fed82 #5fedc9 #83ed5f

Monochromatic Colors of #5fed82

#5fed82

Complementary Color

#5fed82 #ed5fca

#5fed82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fed82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fed82 Color CSS Codes

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

#5fed82 Text Font Color

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

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


#5fed82 Background Color

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

This div background color is #5fed82


#5fed82 Border Color

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

This div border color is #5fed82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fed82


Comments

No comments written yet.

Please login to write comment.