Color Hex Logo

#5deb5f Color Hex

#5DEB5F
(93,235,95)
0 Favorites   0 Comments

Color spaces of #5deb5f

RGB 9323595
HSL0.340.780.64
HSV121°60°92°
CMYK 0.600.000.60   0.08
XYZ36.288162.570020.9911
Yxy62.57000.30280.5221
Hunter Lab79.1012-56.539339.6370
CIE-Lab83.2156-64.927655.5242

#5deb5f color RGB value is (93,235,95).

#5deb5f hex color red value is 93, green value is 235 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5deb5f hue: 0.34 , saturation: 0.78 and the lightness value of 5deb5f is 0.64.

The process color (four color CMYK) of #5deb5f color hex is 0.60, 0.00, 0.60, 0.08. Web safe color of #5deb5f is #66ff66. Color #5deb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 01011111
Octal 135 353 137
Decimal 93 235 95
Hex 5D EB 5F

RGB Percentages of Color #5deb5f

%21.99
%55.56
%22.46

CMYK Percentages of Color #5deb5f

%60
%0
%60
%8

Triadic Colors of #5deb5f

#5deb5f #5f5deb #eb5f5d

Analogous Colors of #5deb5f

#5deb5f #5deba6 #a2eb5d

Monochromatic Colors of #5deb5f

#5deb5f

Complementary Color

#5deb5f #eb5de9

#5deb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deb5f Color CSS Codes

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

#5deb5f Text Font Color

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

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


#5deb5f Background Color

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

This div background color is #5deb5f


#5deb5f Border Color

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

This div border color is #5deb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deb5f


Comments

No comments written yet.

Please login to write comment.