Color Hex Logo

#5fd146 Color Hex

#5FD146
(95,209,70)
0 Favorites   0 Comments

Color spaces of #5fd146

RGB 9520970
HSL0.300.600.55
HSV109°67°82°
CMYK 0.550.000.67   0.18
XYZ28.625348.476013.6425
Yxy48.47600.31550.5342
Hunter Lab69.6247-48.455337.1198
CIE-Lab75.1242-57.625657.0320

#5fd146 color RGB value is (95,209,70).

#5fd146 hex color red value is 95, green value is 209 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5fd146 hue: 0.30 , saturation: 0.60 and the lightness value of 5fd146 is 0.55.

The process color (four color CMYK) of #5fd146 color hex is 0.55, 0.00, 0.67, 0.18. Web safe color of #5fd146 is #66cc33. Color #5fd146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010001 01000110
Octal 137 321 106
Decimal 95 209 70
Hex 5F D1 46

RGB Percentages of Color #5fd146

%25.40
%55.88
%18.72

CMYK Percentages of Color #5fd146

%55
%0
%67
%18

Triadic Colors of #5fd146

#5fd146 #465fd1 #d1465f

Analogous Colors of #5fd146

#5fd146 #46d173 #a5d146

Monochromatic Colors of #5fd146

#5fd146

Complementary Color

#5fd146 #b846d1

#5fd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd146 Color CSS Codes

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

#5fd146 Text Font Color

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

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


#5fd146 Background Color

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

This div background color is #5fd146


#5fd146 Border Color

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

This div border color is #5fd146


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,209,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 #5fd146">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd146


Comments

No comments written yet.

Please login to write comment.