Color Hex Logo

#5ad384 Color Hex

#5AD384
(90,211,132)
0 Favorites   0 Comments

Color spaces of #5ad384

RGB 90211132
HSL0.390.580.59
HSV141°57°83°
CMYK 0.570.000.37   0.17
XYZ31.675650.428129.8939
Yxy50.42810.28280.4503
Hunter Lab71.0127-44.651524.7499
CIE-Lab76.3313-51.323629.2036

#5ad384 color RGB value is (90,211,132).

#5ad384 hex color red value is 90, green value is 211 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #5ad384 hue: 0.39 , saturation: 0.58 and the lightness value of 5ad384 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010011 10000100
Octal 132 323 204
Decimal 90 211 132
Hex 5A D3 84

RGB Percentages of Color #5ad384

%20.79
%48.73
%30.48

CMYK Percentages of Color #5ad384

%57
%0
%37
%17

Triadic Colors of #5ad384

#5ad384 #845ad3 #d3845a

Analogous Colors of #5ad384

#5ad384 #5ad3c1 #6dd35a

Monochromatic Colors of #5ad384

#5ad384

Complementary Color

#5ad384 #d35aa9

#5ad384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad384 Color CSS Codes

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

#5ad384 Text Font Color

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

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


#5ad384 Background Color

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

This div background color is #5ad384


#5ad384 Border Color

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

This div border color is #5ad384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad384


Comments

No comments written yet.

Please login to write comment.