Color Hex Logo

#5ddcab Color Hex

#5DDCAB
(93,220,171)
0 Favorites   0 Comments

Color spaces of #5ddcab

RGB 93220171
HSL0.440.640.61
HSV157°58°86°
CMYK 0.580.000.22   0.14
XYZ37.458156.453847.4505
Yxy56.45380.26500.3994
Hunter Lab75.1357-42.498315.1516
CIE-Lab79.8714-46.655713.6637

#5ddcab color RGB value is (93,220,171).

#5ddcab hex color red value is 93, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5ddcab hue: 0.44 , saturation: 0.64 and the lightness value of 5ddcab is 0.61.

The process color (four color CMYK) of #5ddcab color hex is 0.58, 0.00, 0.22, 0.14. Web safe color of #5ddcab is #66cc99. Color #5ddcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011100 10101011
Octal 135 334 253
Decimal 93 220 171
Hex 5D DC AB

RGB Percentages of Color #5ddcab

%19.21
%45.45
%35.33

CMYK Percentages of Color #5ddcab

%58
%0
%22
%14

Triadic Colors of #5ddcab

#5ddcab #ab5ddc #dcab5d

Analogous Colors of #5ddcab

#5ddcab #5dcedc #5ddc6c

Monochromatic Colors of #5ddcab

#5ddcab

Complementary Color

#5ddcab #dc5d8e

#5ddcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddcab Color CSS Codes

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

#5ddcab Text Font Color

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

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


#5ddcab Background Color

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

This div background color is #5ddcab


#5ddcab Border Color

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

This div border color is #5ddcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddcab


Comments

No comments written yet.

Please login to write comment.