Color Hex Logo

#5ad676 Color Hex

#5AD676
(90,214,118)
0 Favorites   0 Comments

Color spaces of #5ad676

RGB 90214118
HSL0.370.600.60
HSV134°58°84°
CMYK 0.580.000.45   0.16
XYZ31.533051.574825.4325
Yxy51.57480.29050.4752
Hunter Lab71.8156-47.301029.2742
CIE-Lab77.0259-54.838637.2191

#5ad676 color RGB value is (90,214,118).

#5ad676 hex color red value is 90, green value is 214 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #5ad676 hue: 0.37 , saturation: 0.60 and the lightness value of 5ad676 is 0.60.

The process color (four color CMYK) of #5ad676 color hex is 0.58, 0.00, 0.45, 0.16. Web safe color of #5ad676 is #66cc66. Color #5ad676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010110 01110110
Octal 132 326 166
Decimal 90 214 118
Hex 5A D6 76

RGB Percentages of Color #5ad676

%21.33
%50.71
%27.96

CMYK Percentages of Color #5ad676

%58
%0
%45
%16

Triadic Colors of #5ad676

#5ad676 #765ad6 #d6765a

Analogous Colors of #5ad676

#5ad676 #5ad6b4 #7cd65a

Monochromatic Colors of #5ad676

#5ad676

Complementary Color

#5ad676 #d65aba

#5ad676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad676 Color CSS Codes

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

#5ad676 Text Font Color

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

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


#5ad676 Background Color

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

This div background color is #5ad676


#5ad676 Border Color

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

This div border color is #5ad676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad676


Comments

No comments written yet.

Please login to write comment.