Color Hex Logo

#5adca1 Color Hex

#5ADCA1
(90,220,161)
0 Favorites   0 Comments

Color spaces of #5adca1

RGB 90220161
HSL0.420.650.61
HSV153°59°86°
CMYK 0.590.000.27   0.14
XYZ36.242755.933342.6042
Yxy55.93330.26890.4150
Hunter Lab74.7886-44.378518.5767
CIE-Lab79.5758-49.390218.5029

#5adca1 color RGB value is (90,220,161).

#5adca1 hex color red value is 90, green value is 220 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #5adca1 hue: 0.42 , saturation: 0.65 and the lightness value of 5adca1 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 10100001
Octal 132 334 241
Decimal 90 220 161
Hex 5A DC A1

RGB Percentages of Color #5adca1

%19.11
%46.71
%34.18

CMYK Percentages of Color #5adca1

%59
%0
%27
%14

Triadic Colors of #5adca1

#5adca1 #a15adc #dca15a

Analogous Colors of #5adca1

#5adca1 #5ad6dc #5adc60

Monochromatic Colors of #5adca1

#5adca1

Complementary Color

#5adca1 #dc5a95

#5adca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adca1 Color CSS Codes

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

#5adca1 Text Font Color

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

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


#5adca1 Background Color

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

This div background color is #5adca1


#5adca1 Border Color

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

This div border color is #5adca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adca1


Comments

No comments written yet.

Please login to write comment.