Color Hex Logo

#5fd690 Color Hex

#5FD690
(95,214,144)
0 Favorites   0 Comments

Color spaces of #5fd690

RGB 95214144
HSL0.400.590.61
HSV145°56°84°
CMYK 0.560.000.33   0.16
XYZ33.799952.539634.7453
Yxy52.53960.27910.4339
Hunter Lab72.4842-43.611522.3183
CIE-Lab77.6024-49.220124.7128

#5fd690 color RGB value is (95,214,144).

#5fd690 hex color red value is 95, green value is 214 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #5fd690 hue: 0.40 , saturation: 0.59 and the lightness value of 5fd690 is 0.61.

The process color (four color CMYK) of #5fd690 color hex is 0.56, 0.00, 0.33, 0.16. Web safe color of #5fd690 is #66cc99. Color #5fd690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010110 10010000
Octal 137 326 220
Decimal 95 214 144
Hex 5F D6 90

RGB Percentages of Color #5fd690

%20.97
%47.24
%31.79

CMYK Percentages of Color #5fd690

%56
%0
%33
%16

Triadic Colors of #5fd690

#5fd690 #905fd6 #d6905f

Analogous Colors of #5fd690

#5fd690 #5fd6cc #6ad65f

Monochromatic Colors of #5fd690

#5fd690

Complementary Color

#5fd690 #d65fa5

#5fd690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd690 Color CSS Codes

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

#5fd690 Text Font Color

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

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


#5fd690 Background Color

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

This div background color is #5fd690


#5fd690 Border Color

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

This div border color is #5fd690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd690


Comments

No comments written yet.

Please login to write comment.