Color Hex Logo

#5dbe8d Color Hex

#5DBE8D
(93,190,141)
0 Favorites   0 Comments

Color spaces of #5dbe8d

RGB 93190141
HSL0.420.430.55
HSV150°51°75°
CMYK 0.510.000.26   0.25
XYZ27.735441.077231.6662
Yxy41.07720.27600.4088
Hunter Lab64.0915-34.914815.5702
CIE-Lab70.2300-40.039616.1644

#5dbe8d color RGB value is (93,190,141).

#5dbe8d hex color red value is 93, green value is 190 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5dbe8d hue: 0.42 , saturation: 0.43 and the lightness value of 5dbe8d is 0.55.

The process color (four color CMYK) of #5dbe8d color hex is 0.51, 0.00, 0.26, 0.25. Web safe color of #5dbe8d is #66cc99. Color #5dbe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 10001101
Octal 135 276 215
Decimal 93 190 141
Hex 5D BE 8D

RGB Percentages of Color #5dbe8d

%21.93
%44.81
%33.25

CMYK Percentages of Color #5dbe8d

%51
%0
%26
%25

Triadic Colors of #5dbe8d

#5dbe8d #8d5dbe #be8d5d

Analogous Colors of #5dbe8d

#5dbe8d #5dbebe #5ebe5d

Monochromatic Colors of #5dbe8d

#5dbe8d

Complementary Color

#5dbe8d #be5d8e

#5dbe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbe8d Color CSS Codes

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

#5dbe8d Text Font Color

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

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


#5dbe8d Background Color

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

This div background color is #5dbe8d


#5dbe8d Border Color

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

This div border color is #5dbe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbe8d


Comments

No comments written yet.

Please login to write comment.