Color Hex Logo

#5dacaa Color Hex

#5DACAA
(93,172,170)
0 Favorites   0 Comments

Color spaces of #5dacaa

RGB 93172170
HSL0.500.320.52
HSV178°46°67°
CMYK 0.460.000.01   0.33
XYZ26.522434.734543.3368
Yxy34.73450.25360.3321
Hunter Lab58.9360-22.8093-2.3419
CIE-Lab65.5414-24.7373-6.5281

#5dacaa color RGB value is (93,172,170).

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

The process color (four color CMYK) of #5dacaa color hex is 0.46, 0.00, 0.01, 0.33. Web safe color of #5dacaa is #669999. Color #5dacaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 10101010
Octal 135 254 252
Decimal 93 172 170
Hex 5D AC AA

RGB Percentages of Color #5dacaa

%21.38
%39.54
%39.08

CMYK Percentages of Color #5dacaa

%46
%0
%1
%33

Triadic Colors of #5dacaa

#5dacaa #aa5dac #acaa5d

Analogous Colors of #5dacaa

#5dacaa #5d87ac #5dac83

Monochromatic Colors of #5dacaa

#5dacaa

Complementary Color

#5dacaa #ac5d5f

#5dacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacaa Color CSS Codes

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

#5dacaa Text Font Color

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

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


#5dacaa Background Color

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

This div background color is #5dacaa


#5dacaa Border Color

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

This div border color is #5dacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacaa


Comments

No comments written yet.

Please login to write comment.