Color Hex Logo

#5eb28d Color Hex

#5EB28D
(94,178,141)
0 Favorites   0 Comments

Color spaces of #5eb28d

RGB 94178141
HSL0.430.350.53
HSV154°47°70°
CMYK 0.470.000.21   0.30
XYZ25.344236.143630.8399
Yxy36.14360.27450.3915
Hunter Lab60.1195-29.960111.6693
CIE-Lab66.6295-34.338911.1194

#5eb28d color RGB value is (94,178,141).

#5eb28d hex color red value is 94, green value is 178 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5eb28d hue: 0.43 , saturation: 0.35 and the lightness value of 5eb28d is 0.53.

The process color (four color CMYK) of #5eb28d color hex is 0.47, 0.00, 0.21, 0.30. Web safe color of #5eb28d is #669999. Color #5eb28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110010 10001101
Octal 136 262 215
Decimal 94 178 141
Hex 5E B2 8D

RGB Percentages of Color #5eb28d

%22.76
%43.10
%34.14

CMYK Percentages of Color #5eb28d

%47
%0
%21
%30

Triadic Colors of #5eb28d

#5eb28d #8d5eb2 #b28d5e

Analogous Colors of #5eb28d

#5eb28d #5eadb2 #5eb263

Monochromatic Colors of #5eb28d

#5eb28d

Complementary Color

#5eb28d #b25e83

#5eb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb28d Color CSS Codes

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

#5eb28d Text Font Color

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

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


#5eb28d Background Color

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

This div background color is #5eb28d


#5eb28d Border Color

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

This div border color is #5eb28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb28d


Comments

No comments written yet.

Please login to write comment.