Color Hex Logo

#5ddacd Color Hex

#5DDACD
(93,218,205)
0 Favorites   0 Comments

Color spaces of #5ddacd

RGB 93218205
HSL0.480.630.61
HSV174°57°85°
CMYK 0.570.000.06   0.15
XYZ40.605056.877766.5960
Yxy56.87770.24750.3466
Hunter Lab75.4173-35.87510.4371
CIE-Lab80.1108-37.6965-4.0612

#5ddacd color RGB value is (93,218,205).

#5ddacd hex color red value is 93, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5ddacd hue: 0.48 , saturation: 0.63 and the lightness value of 5ddacd is 0.61.

The process color (four color CMYK) of #5ddacd color hex is 0.57, 0.00, 0.06, 0.15. Web safe color of #5ddacd is #66cccc. Color #5ddacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011010 11001101
Octal 135 332 315
Decimal 93 218 205
Hex 5D DA CD

RGB Percentages of Color #5ddacd

%18.02
%42.25
%39.73

CMYK Percentages of Color #5ddacd

%57
%0
%6
%15

Triadic Colors of #5ddacd

#5ddacd #cd5dda #dacd5d

Analogous Colors of #5ddacd

#5ddacd #5da9da #5dda8f

Monochromatic Colors of #5ddacd

#5ddacd

Complementary Color

#5ddacd #da5d6a

#5ddacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddacd Color CSS Codes

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

#5ddacd Text Font Color

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

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


#5ddacd Background Color

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

This div background color is #5ddacd


#5ddacd Border Color

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

This div border color is #5ddacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddacd


Comments

No comments written yet.

Please login to write comment.