Color Hex Logo

#5eb766 Color Hex

#5EB766
(94,183,102)
0 Favorites   0 Comments

Color spaces of #5eb766

RGB 94183102
HSL0.350.380.54
HSV125°49°72°
CMYK 0.490.000.44   0.28
XYZ23.947937.206018.4897
Yxy37.20600.30070.4672
Hunter Lab60.9967-36.663424.7254
CIE-Lab67.4313-43.817033.0946

#5eb766 color RGB value is (94,183,102).

#5eb766 hex color red value is 94, green value is 183 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #5eb766 hue: 0.35 , saturation: 0.38 and the lightness value of 5eb766 is 0.54.

The process color (four color CMYK) of #5eb766 color hex is 0.49, 0.00, 0.44, 0.28. Web safe color of #5eb766 is #66cc66. Color #5eb766 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110111 01100110
Octal 136 267 146
Decimal 94 183 102
Hex 5E B7 66

RGB Percentages of Color #5eb766

%24.80
%48.28
%26.91

CMYK Percentages of Color #5eb766

%49
%0
%44
%28

Triadic Colors of #5eb766

#5eb766 #665eb7 #b7665e

Analogous Colors of #5eb766

#5eb766 #5eb793 #83b75e

Monochromatic Colors of #5eb766

#5eb766

Complementary Color

#5eb766 #b75eaf

#5eb766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb766 Color CSS Codes

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

#5eb766 Text Font Color

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

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


#5eb766 Background Color

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

This div background color is #5eb766


#5eb766 Border Color

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

This div border color is #5eb766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb766


Comments

No comments written yet.

Please login to write comment.