Color Hex Logo

#5addad Color Hex

#5ADDAD
(90,221,173)
1 Favorites   0 Comments

Color spaces of #5addad

RGB 90221173
HSL0.440.660.61
HSV158°59°87°
CMYK 0.590.000.22   0.13
XYZ37.615756.903748.5361
Yxy56.90370.26290.3978
Hunter Lab75.4345-43.000814.6558
CIE-Lab80.1254-47.237112.9540

#5addad color RGB value is (90,221,173).

#5addad hex color red value is 90, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5addad hue: 0.44 , saturation: 0.66 and the lightness value of 5addad is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011101 10101101
Octal 132 335 255
Decimal 90 221 173
Hex 5A DD AD

RGB Percentages of Color #5addad

%18.60
%45.66
%35.74

CMYK Percentages of Color #5addad

%59
%0
%22
%13

Triadic Colors of #5addad

#5addad #ad5add #ddad5a

Analogous Colors of #5addad

#5addad #5accdd #5add6c

Monochromatic Colors of #5addad

#5addad

Complementary Color

#5addad #dd5a8a

#5addad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5addad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5addad Color CSS Codes

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

#5addad Text Font Color

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

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


#5addad Background Color

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

This div background color is #5addad


#5addad Border Color

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

This div border color is #5addad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5addad


Comments

No comments written yet.

Please login to write comment.