Color Hex Logo

#5ffc5d Color Hex

#5FFC5D
(95,252,93)
0 Favorites   0 Comments

Color spaces of #5ffc5d

RGB 9525293
HSL0.330.960.68
HSV119°63°99°
CMYK 0.620.000.63   0.01
XYZ41.505572.844022.2287
Yxy72.84400.30390.5334
Hunter Lab85.3487-62.554844.3023
CIE-Lab88.3733-70.547362.1893

#5ffc5d color RGB value is (95,252,93).

#5ffc5d hex color red value is 95, green value is 252 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #5ffc5d hue: 0.33 , saturation: 0.96 and the lightness value of 5ffc5d is 0.68.

The process color (four color CMYK) of #5ffc5d color hex is 0.62, 0.00, 0.63, 0.01. Web safe color of #5ffc5d is #66ff66. Color #5ffc5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111100 01011101
Octal 137 374 135
Decimal 95 252 93
Hex 5F FC 5D

RGB Percentages of Color #5ffc5d

%21.59
%57.27
%21.14

CMYK Percentages of Color #5ffc5d

%62
%0
%63
%1

Triadic Colors of #5ffc5d

#5ffc5d #5d5ffc #fc5d5f

Analogous Colors of #5ffc5d

#5ffc5d #5dfcab #affc5d

Monochromatic Colors of #5ffc5d

#5ffc5d

Complementary Color

#5ffc5d #fa5dfc

#5ffc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffc5d Color CSS Codes

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

#5ffc5d Text Font Color

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

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


#5ffc5d Background Color

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

This div background color is #5ffc5d


#5ffc5d Border Color

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

This div border color is #5ffc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffc5d


Comments

No comments written yet.

Please login to write comment.