Color Hex Logo

#5de22e Color Hex

#5DE22E
(93,226,46)
0 Favorites   0 Comments

Color spaces of #5de22e

RGB 9322646
HSL0.290.760.53
HSV104°80°89°
CMYK 0.590.000.80   0.11
XYZ32.203756.917111.8736
Yxy56.91710.31890.5636
Hunter Lab75.4434-55.831743.4791
CIE-Lab80.1329-65.794270.1950

#5de22e color RGB value is (93,226,46).

#5de22e hex color red value is 93, green value is 226 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5de22e hue: 0.29 , saturation: 0.76 and the lightness value of 5de22e is 0.53.

The process color (four color CMYK) of #5de22e color hex is 0.59, 0.00, 0.80, 0.11. Web safe color of #5de22e is #66cc33. Color #5de22e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100010 00101110
Octal 135 342 56
Decimal 93 226 46
Hex 5D E2 2E

RGB Percentages of Color #5de22e

%25.48
%61.92
%12.60

CMYK Percentages of Color #5de22e

%59
%0
%80
%11

Triadic Colors of #5de22e

#5de22e #2e5de2 #e22e5d

Analogous Colors of #5de22e

#5de22e #2ee259 #b7e22e

Monochromatic Colors of #5de22e

#5de22e

Complementary Color

#5de22e #b32ee2

#5de22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de22e Color CSS Codes

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

#5de22e Text Font Color

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

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


#5de22e Background Color

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

This div background color is #5de22e


#5de22e Border Color

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

This div border color is #5de22e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,226,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5de22e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5de22e;
  -webkit-box-shadow: 1px 1px 3px 2px #5de22e;
  box-shadow:         1px 1px 3px 2px #5de22e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,226,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de22e


Comments

No comments written yet.

Please login to write comment.