Color Hex Logo

#5ada93 Color Hex

#5ADA93
(90,218,147)
0 Favorites   0 Comments

Color spaces of #5ada93

RGB 90218147
HSL0.410.630.60
HSV147°59°85°
CMYK 0.590.000.33   0.15
XYZ34.554354.423136.2873
Yxy54.42310.27590.4345
Hunter Lab73.7720-45.492922.4766
CIE-Lab78.7078-51.368724.6260

#5ada93 color RGB value is (90,218,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 10010011
Octal 132 332 223
Decimal 90 218 147
Hex 5A DA 93

RGB Percentages of Color #5ada93

%19.78
%47.91
%32.31

CMYK Percentages of Color #5ada93

%59
%0
%33
%15

Triadic Colors of #5ada93

#5ada93 #935ada #da935a

Analogous Colors of #5ada93

#5ada93 #5adad3 #61da5a

Monochromatic Colors of #5ada93

#5ada93

Complementary Color

#5ada93 #da5aa1

#5ada93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ada93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ada93 Color CSS Codes

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

#5ada93 Text Font Color

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

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


#5ada93 Background Color

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

This div background color is #5ada93


#5ada93 Border Color

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

This div border color is #5ada93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ada93


Comments

No comments written yet.

Please login to write comment.