Color Hex Logo

#5eae8d Color Hex

#5EAE8D
(94,174,141)
0 Favorites   0 Comments

Color spaces of #5eae8d

RGB 94174141
HSL0.430.330.53
HSV155°46°68°
CMYK 0.460.000.19   0.32
XYZ24.559934.574930.5785
Yxy34.57490.27380.3854
Hunter Lab58.8004-28.344410.3272
CIE-Lab65.4164-32.46449.3999

#5eae8d color RGB value is (94,174,141).

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

The process color (four color CMYK) of #5eae8d color hex is 0.46, 0.00, 0.19, 0.32. Web safe color of #5eae8d is #669999. Color #5eae8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101110 10001101
Octal 136 256 215
Decimal 94 174 141
Hex 5E AE 8D

RGB Percentages of Color #5eae8d

%22.98
%42.54
%34.47

CMYK Percentages of Color #5eae8d

%46
%0
%19
%32

Triadic Colors of #5eae8d

#5eae8d #8d5eae #ae8d5e

Analogous Colors of #5eae8d

#5eae8d #5ea7ae #5eae65

Monochromatic Colors of #5eae8d

#5eae8d

Complementary Color

#5eae8d #ae5e7f

#5eae8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eae8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eae8d Color CSS Codes

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

#5eae8d Text Font Color

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

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


#5eae8d Background Color

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

This div background color is #5eae8d


#5eae8d Border Color

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

This div border color is #5eae8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,174,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 #5eae8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eae8d


Comments

No comments written yet.

Please login to write comment.