Color Hex Logo

#5dcdae Color Hex

#5DCDAE
(93,205,174)
0 Favorites   0 Comments

Color spaces of #5dcdae

RGB 93205174
HSL0.450.530.58
HSV163°55°80°
CMYK 0.550.000.15   0.20
XYZ33.985549.045847.7200
Yxy49.04580.25990.3751
Hunter Lab70.0327-35.93478.6229
CIE-Lab75.4798-39.42395.8055

#5dcdae color RGB value is (93,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 10101110
Octal 135 315 256
Decimal 93 205 174
Hex 5D CD AE

RGB Percentages of Color #5dcdae

%19.70
%43.43
%36.86

CMYK Percentages of Color #5dcdae

%55
%0
%15
%20

Triadic Colors of #5dcdae

#5dcdae #ae5dcd #cdae5d

Analogous Colors of #5dcdae

#5dcdae #5db4cd #5dcd76

Monochromatic Colors of #5dcdae

#5dcdae

Complementary Color

#5dcdae #cd5d7c

#5dcdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcdae Color CSS Codes

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

#5dcdae Text Font Color

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

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


#5dcdae Background Color

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

This div background color is #5dcdae


#5dcdae Border Color

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

This div border color is #5dcdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcdae


Comments

No comments written yet.

Please login to write comment.