Color Hex Logo

#5ad0ad Color Hex

#5AD0AD
(90,208,173)
0 Favorites   0 Comments

Color spaces of #5ad0ad

RGB 90208173
HSL0.450.560.58
HSV162°57°82°
CMYK 0.570.000.17   0.18
XYZ34.315150.302547.4359
Yxy50.30250.25990.3809
Hunter Lab70.9243-37.75439.9924
CIE-Lab76.2546-41.61987.4434

#5ad0ad color RGB value is (90,208,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010000 10101101
Octal 132 320 255
Decimal 90 208 173
Hex 5A D0 AD

RGB Percentages of Color #5ad0ad

%19.11
%44.16
%36.73

CMYK Percentages of Color #5ad0ad

%57
%0
%17
%18

Triadic Colors of #5ad0ad

#5ad0ad #ad5ad0 #d0ad5a

Analogous Colors of #5ad0ad

#5ad0ad #5ab8d0 #5ad072

Monochromatic Colors of #5ad0ad

#5ad0ad

Complementary Color

#5ad0ad #d05a7d

#5ad0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad0ad Color CSS Codes

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

#5ad0ad Text Font Color

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

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


#5ad0ad Background Color

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

This div background color is #5ad0ad


#5ad0ad Border Color

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

This div border color is #5ad0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad0ad


Comments

No comments written yet.

Please login to write comment.