Color Hex Logo

#5dcdaa Color Hex

#5DCDAA
(93,205,170)
0 Favorites   0 Comments

Color spaces of #5dcdaa

RGB 93205170
HSL0.450.530.58
HSV161°55°80°
CMYK 0.550.000.17   0.20
XYZ33.601248.892145.6964
Yxy48.89210.26210.3814
Hunter Lab69.9229-36.587510.1985
CIE-Lab75.3842-40.35437.8191

#5dcdaa color RGB value is (93,205,170).

#5dcdaa hex color red value is 93, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5dcdaa hue: 0.45 , saturation: 0.53 and the lightness value of 5dcdaa is 0.58.

The process color (four color CMYK) of #5dcdaa color hex is 0.55, 0.00, 0.17, 0.20. Web safe color of #5dcdaa is #66cc99. Color #5dcdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 10101010
Octal 135 315 252
Decimal 93 205 170
Hex 5D CD AA

RGB Percentages of Color #5dcdaa

%19.87
%43.80
%36.32

CMYK Percentages of Color #5dcdaa

%55
%0
%17
%20

Triadic Colors of #5dcdaa

#5dcdaa #aa5dcd #cdaa5d

Analogous Colors of #5dcdaa

#5dcdaa #5db8cd #5dcd72

Monochromatic Colors of #5dcdaa

#5dcdaa

Complementary Color

#5dcdaa #cd5d80

#5dcdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcdaa Color CSS Codes

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

#5dcdaa Text Font Color

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

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


#5dcdaa Background Color

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

This div background color is #5dcdaa


#5dcdaa Border Color

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

This div border color is #5dcdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcdaa


Comments

No comments written yet.

Please login to write comment.