Color Hex Logo

#5dfa8f Color Hex

#5DFA8F
(93,250,143)
0 Favorites   0 Comments

Color spaces of #5dfa8f

RGB 93250143
HSL0.390.940.67
HSV139°63°98°
CMYK 0.630.000.43   0.02
XYZ43.657772.681537.7145
Yxy72.68150.28340.4718
Hunter Lab85.2534-57.784933.4486
CIE-Lab88.2956-63.766039.3621

#5dfa8f color RGB value is (93,250,143).

#5dfa8f hex color red value is 93, green value is 250 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5dfa8f hue: 0.39 , saturation: 0.94 and the lightness value of 5dfa8f is 0.67.

The process color (four color CMYK) of #5dfa8f color hex is 0.63, 0.00, 0.43, 0.02. Web safe color of #5dfa8f is #66ff99. Color #5dfa8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111010 10001111
Octal 135 372 217
Decimal 93 250 143
Hex 5D FA 8F

RGB Percentages of Color #5dfa8f

%19.14
%51.44
%29.42

CMYK Percentages of Color #5dfa8f

%63
%0
%43
%2

Triadic Colors of #5dfa8f

#5dfa8f #8f5dfa #fa8f5d

Analogous Colors of #5dfa8f

#5dfa8f #5dfade #7afa5d

Monochromatic Colors of #5dfa8f

#5dfa8f

Complementary Color

#5dfa8f #fa5dc8

#5dfa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfa8f Color CSS Codes

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

#5dfa8f Text Font Color

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

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


#5dfa8f Background Color

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

This div background color is #5dfa8f


#5dfa8f Border Color

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

This div border color is #5dfa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfa8f


Comments

No comments written yet.

Please login to write comment.