Color Hex Logo

#5dccaa Color Hex

#5DCCAA
(93,204,170)
1 Favorites   0 Comments

Color spaces of #5dccaa

RGB 93204170
HSL0.450.520.58
HSV162°54°80°
CMYK 0.540.000.17   0.20
XYZ33.362848.415245.6169
Yxy48.41520.26190.3800
Hunter Lab69.5810-36.17949.8366
CIE-Lab75.0861-39.90757.3920

#5dccaa color RGB value is (93,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 10101010
Octal 135 314 252
Decimal 93 204 170
Hex 5D CC AA

RGB Percentages of Color #5dccaa

%19.91
%43.68
%36.40

CMYK Percentages of Color #5dccaa

%54
%0
%17
%20

Triadic Colors of #5dccaa

#5dccaa #aa5dcc #ccaa5d

Analogous Colors of #5dccaa

#5dccaa #5db7cc #5dcc73

Monochromatic Colors of #5dccaa

#5dccaa

Complementary Color

#5dccaa #cc5d7f

#5dccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccaa Color CSS Codes

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

#5dccaa Text Font Color

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

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


#5dccaa Background Color

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

This div background color is #5dccaa


#5dccaa Border Color

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

This div border color is #5dccaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,204,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 #5dccaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccaa


Comments

No comments written yet.

Please login to write comment.