Color Hex Logo

#5dfc50 Color Hex

#5DFC50
(93,252,80)
0 Favorites   0 Comments

Color spaces of #5dfc50

RGB 9325280
HSL0.320.970.65
HSV115°68°99°
CMYK 0.630.000.68   0.01
XYZ40.772672.527219.4396
Yxy72.52720.30720.5464
Hunter Lab85.1629-63.576446.0803
CIE-Lab88.2217-72.140267.0752

#5dfc50 color RGB value is (93,252,80).

#5dfc50 hex color red value is 93, green value is 252 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #5dfc50 hue: 0.32 , saturation: 0.97 and the lightness value of 5dfc50 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111100 01010000
Octal 135 374 120
Decimal 93 252 80
Hex 5D FC 50

RGB Percentages of Color #5dfc50

%21.88
%59.29
%18.82

CMYK Percentages of Color #5dfc50

%63
%0
%68
%1

Triadic Colors of #5dfc50

#5dfc50 #505dfc #fc505d

Analogous Colors of #5dfc50

#5dfc50 #50fc99 #b3fc50

Monochromatic Colors of #5dfc50

#5dfc50

Complementary Color

#5dfc50 #ef50fc

#5dfc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfc50 Color CSS Codes

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

#5dfc50 Text Font Color

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

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


#5dfc50 Background Color

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

This div background color is #5dfc50


#5dfc50 Border Color

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

This div border color is #5dfc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfc50

Related Colors


Comments

No comments written yet.

Please login to write comment.