Color Hex Logo

#5fde46 Color Hex

#5FDE46
(95,222,70)
0 Favorites   0 Comments

Color spaces of #5fde46

RGB 9522270
HSL0.310.700.57
HSV110°68°87°
CMYK 0.570.000.68   0.13
XYZ31.946155.117614.7494
Yxy55.11760.31380.5414
Hunter Lab74.2412-53.113440.1898
CIE-Lab79.1090-62.312361.2658

#5fde46 color RGB value is (95,222,70).

#5fde46 hex color red value is 95, green value is 222 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5fde46 hue: 0.31 , saturation: 0.70 and the lightness value of 5fde46 is 0.57.

The process color (four color CMYK) of #5fde46 color hex is 0.57, 0.00, 0.68, 0.13. Web safe color of #5fde46 is #66cc33. Color #5fde46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011110 01000110
Octal 137 336 106
Decimal 95 222 70
Hex 5F DE 46

RGB Percentages of Color #5fde46

%24.55
%57.36
%18.09

CMYK Percentages of Color #5fde46

%57
%0
%68
%13

Triadic Colors of #5fde46

#5fde46 #465fde #de465f

Analogous Colors of #5fde46

#5fde46 #46de79 #abde46

Monochromatic Colors of #5fde46

#5fde46

Complementary Color

#5fde46 #c546de

#5fde46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fde46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fde46 Color CSS Codes

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

#5fde46 Text Font Color

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

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


#5fde46 Background Color

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

This div background color is #5fde46


#5fde46 Border Color

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

This div border color is #5fde46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fde46


Comments

No comments written yet.

Please login to write comment.