Color Hex Logo

#5dedad Color Hex

#5DEDAD
(93,237,173)
0 Favorites   0 Comments

Color spaces of #5dedad

RGB 93237173
HSL0.430.800.65
HSV153°61°93°
CMYK 0.610.000.27   0.07
XYZ42.341265.912750.0260
Yxy65.91270.26750.4164
Hunter Lab81.1866-48.983720.2970
CIE-Lab84.9519-53.270819.7280

#5dedad color RGB value is (93,237,173).

#5dedad hex color red value is 93, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5dedad hue: 0.43 , saturation: 0.80 and the lightness value of 5dedad is 0.65.

The process color (four color CMYK) of #5dedad color hex is 0.61, 0.00, 0.27, 0.07. Web safe color of #5dedad is #66ff99. Color #5dedad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101101 10101101
Octal 135 355 255
Decimal 93 237 173
Hex 5D ED AD

RGB Percentages of Color #5dedad

%18.49
%47.12
%34.39

CMYK Percentages of Color #5dedad

%61
%0
%27
%7

Triadic Colors of #5dedad

#5dedad #ad5ded #edad5d

Analogous Colors of #5dedad

#5dedad #5de5ed #5ded65

Monochromatic Colors of #5dedad

#5dedad

Complementary Color

#5dedad #ed5d9d

#5dedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dedad Color CSS Codes

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

#5dedad Text Font Color

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

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


#5dedad Background Color

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

This div background color is #5dedad


#5dedad Border Color

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

This div border color is #5dedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dedad


Comments

No comments written yet.

Please login to write comment.