Color Hex Logo

#5adab1 Color Hex

#5ADAB1
(90,218,177)
0 Favorites   0 Comments

Color spaces of #5adab1

RGB 90218177
HSL0.450.630.60
HSV161°59°85°
CMYK 0.590.000.19   0.15
XYZ37.223755.490850.3439
Yxy55.49080.26020.3879
Hunter Lab74.4921-41.164912.0746
CIE-Lab79.3231-45.05879.6970

#5adab1 color RGB value is (90,218,177).

#5adab1 hex color red value is 90, green value is 218 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #5adab1 hue: 0.45 , saturation: 0.63 and the lightness value of 5adab1 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 10110001
Octal 132 332 261
Decimal 90 218 177
Hex 5A DA B1

RGB Percentages of Color #5adab1

%18.56
%44.95
%36.49

CMYK Percentages of Color #5adab1

%59
%0
%19
%15

Triadic Colors of #5adab1

#5adab1 #b15ada #dab15a

Analogous Colors of #5adab1

#5adab1 #5ac3da #5ada71

Monochromatic Colors of #5adab1

#5adab1

Complementary Color

#5adab1 #da5a83

#5adab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adab1 Color CSS Codes

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

#5adab1 Text Font Color

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

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


#5adab1 Background Color

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

This div background color is #5adab1


#5adab1 Border Color

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

This div border color is #5adab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adab1


Comments

No comments written yet.

Please login to write comment.