Color Hex Logo

#5acdac Color Hex

#5ACDAC
(90,205,172)
0 Favorites   0 Comments

Color spaces of #5acdac

RGB 90205172
HSL0.450.530.58
HSV163°56°80°
CMYK 0.560.000.16   0.20
XYZ33.494248.814946.6866
Yxy48.81490.25970.3784
Hunter Lab69.8677-36.69649.2889
CIE-Lab75.3360-40.52256.6622

#5acdac color RGB value is (90,205,172).

#5acdac hex color red value is 90, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5acdac hue: 0.45 , saturation: 0.53 and the lightness value of 5acdac is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001101 10101100
Octal 132 315 254
Decimal 90 205 172
Hex 5A CD AC

RGB Percentages of Color #5acdac

%19.27
%43.90
%36.83

CMYK Percentages of Color #5acdac

%56
%0
%16
%20

Triadic Colors of #5acdac

#5acdac #ac5acd #cdac5a

Analogous Colors of #5acdac

#5acdac #5ab5cd #5acd73

Monochromatic Colors of #5acdac

#5acdac

Complementary Color

#5acdac #cd5a7b

#5acdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acdac Color CSS Codes

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

#5acdac Text Font Color

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

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


#5acdac Background Color

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

This div background color is #5acdac


#5acdac Border Color

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

This div border color is #5acdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acdac


Comments

No comments written yet.

Please login to write comment.