Color Hex Logo

#5ead68 Color Hex

#5EAD68
(94,173,104)
0 Favorites   0 Comments

Color spaces of #5ead68

RGB 94173104
HSL0.350.330.52
HSV128°46°68°
CMYK 0.460.000.40   0.32
XYZ22.058433.266318.3551
Yxy33.26630.29940.4515
Hunter Lab57.6769-32.667821.5054
CIE-Lab64.3760-39.181628.0962

#5ead68 color RGB value is (94,173,104).

#5ead68 hex color red value is 94, green value is 173 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #5ead68 hue: 0.35 , saturation: 0.33 and the lightness value of 5ead68 is 0.52.

The process color (four color CMYK) of #5ead68 color hex is 0.46, 0.00, 0.40, 0.32. Web safe color of #5ead68 is #669966. Color #5ead68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 01101000
Octal 136 255 150
Decimal 94 173 104
Hex 5E AD 68

RGB Percentages of Color #5ead68

%25.34
%46.63
%28.03

CMYK Percentages of Color #5ead68

%46
%0
%40
%32

Triadic Colors of #5ead68

#5ead68 #685ead #ad685e

Analogous Colors of #5ead68

#5ead68 #5ead90 #7cad5e

Monochromatic Colors of #5ead68

#5ead68

Complementary Color

#5ead68 #ad5ea3

#5ead68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ead68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ead68 Color CSS Codes

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

#5ead68 Text Font Color

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

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


#5ead68 Background Color

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

This div background color is #5ead68


#5ead68 Border Color

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

This div border color is #5ead68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,173,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ead68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ead68;
  -webkit-box-shadow: 1px 1px 3px 2px #5ead68;
  box-shadow:         1px 1px 3px 2px #5ead68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,173,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ead68


Comments

No comments written yet.

Please login to write comment.