Color Hex Logo

#5ed726 Color Hex

#5ED726
(94,215,38)
0 Favorites   0 Comments

Color spaces of #5ed726

RGB 9421538
HSL0.280.700.50
HSV101°82°84°
CMYK 0.560.000.82   0.16
XYZ29.266451.120510.1585
Yxy51.12050.32320.5646
Hunter Lab71.4986-52.057541.6251
CIE-Lab76.7519-62.158269.2076

#5ed726 color RGB value is (94,215,38).

#5ed726 hex color red value is 94, green value is 215 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #5ed726 hue: 0.28 , saturation: 0.70 and the lightness value of 5ed726 is 0.50.

The process color (four color CMYK) of #5ed726 color hex is 0.56, 0.00, 0.82, 0.16. Web safe color of #5ed726 is #66cc33. Color #5ed726 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010111 00100110
Octal 136 327 46
Decimal 94 215 38
Hex 5E D7 26

RGB Percentages of Color #5ed726

%27.09
%61.96
%10.95

CMYK Percentages of Color #5ed726

%56
%0
%82
%16

Triadic Colors of #5ed726

#5ed726 #265ed7 #d7265e

Analogous Colors of #5ed726

#5ed726 #26d746 #b7d726

Monochromatic Colors of #5ed726

#5ed726

Complementary Color

#5ed726 #9f26d7

#5ed726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed726 Color CSS Codes

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

#5ed726 Text Font Color

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

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


#5ed726 Background Color

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

This div background color is #5ed726


#5ed726 Border Color

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

This div border color is #5ed726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed726


Comments

No comments written yet.

Please login to write comment.