Color Hex Logo

#5ddaba Color Hex

#5DDABA
(93,218,186)
0 Favorites   0 Comments

Color spaces of #5ddaba

RGB 93218186
HSL0.460.630.61
HSV165°57°85°
CMYK 0.570.000.15   0.15
XYZ38.448556.015155.2399
Yxy56.01510.25680.3742
Hunter Lab74.8432-39.27668.6298
CIE-Lab79.6224-42.37975.3539

#5ddaba color RGB value is (93,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011010 10111010
Octal 135 332 272
Decimal 93 218 186
Hex 5D DA BA

RGB Percentages of Color #5ddaba

%18.71
%43.86
%37.42

CMYK Percentages of Color #5ddaba

%57
%0
%15
%15

Triadic Colors of #5ddaba

#5ddaba #ba5dda #daba5d

Analogous Colors of #5ddaba

#5ddaba #5dbcda #5dda7c

Monochromatic Colors of #5ddaba

#5ddaba

Complementary Color

#5ddaba #da5d7d

#5ddaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddaba Color CSS Codes

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

#5ddaba Text Font Color

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

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


#5ddaba Background Color

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

This div background color is #5ddaba


#5ddaba Border Color

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

This div border color is #5ddaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddaba


Comments

No comments written yet.

Please login to write comment.