Color Hex Logo

#5de29a Color Hex

#5DE29A
(93,226,154)
0 Favorites   0 Comments

Color spaces of #5de29a

RGB 93226154
HSL0.410.700.63
HSV148°59°89°
CMYK 0.590.000.32   0.11
XYZ37.543359.053039.9915
Yxy59.05300.27490.4323
Hunter Lab76.8459-47.273722.9370
CIE-Lab81.3207-52.625024.5648

#5de29a color RGB value is (93,226,154).

#5de29a hex color red value is 93, green value is 226 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5de29a hue: 0.41 , saturation: 0.70 and the lightness value of 5de29a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100010 10011010
Octal 135 342 232
Decimal 93 226 154
Hex 5D E2 9A

RGB Percentages of Color #5de29a

%19.66
%47.78
%32.56

CMYK Percentages of Color #5de29a

%59
%0
%32
%11

Triadic Colors of #5de29a

#5de29a #9a5de2 #e29a5d

Analogous Colors of #5de29a

#5de29a #5de2dd #63e25d

Monochromatic Colors of #5de29a

#5de29a

Complementary Color

#5de29a #e25da5

#5de29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de29a Color CSS Codes

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

#5de29a Text Font Color

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

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


#5de29a Background Color

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

This div background color is #5de29a


#5de29a Border Color

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

This div border color is #5de29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de29a


Comments

No comments written yet.

Please login to write comment.