Color Hex Logo

#5eab7d Color Hex

#5EAB7D
(94,171,125)
0 Favorites   0 Comments

Color spaces of #5eab7d

RGB 94171125
HSL0.400.310.52
HSV144°45°67°
CMYK 0.450.000.27   0.33
XYZ22.880732.986224.5631
Yxy32.98620.28450.4101
Hunter Lab57.4336-29.397114.8465
CIE-Lab64.1497-34.434916.4386

#5eab7d color RGB value is (94,171,125).

#5eab7d hex color red value is 94, green value is 171 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5eab7d hue: 0.40 , saturation: 0.31 and the lightness value of 5eab7d is 0.52.

The process color (four color CMYK) of #5eab7d color hex is 0.45, 0.00, 0.27, 0.33. Web safe color of #5eab7d is #669966. Color #5eab7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 01111101
Octal 136 253 175
Decimal 94 171 125
Hex 5E AB 7D

RGB Percentages of Color #5eab7d

%24.10
%43.85
%32.05

CMYK Percentages of Color #5eab7d

%45
%0
%27
%33

Triadic Colors of #5eab7d

#5eab7d #7d5eab #ab7d5e

Analogous Colors of #5eab7d

#5eab7d #5eaba4 #66ab5e

Monochromatic Colors of #5eab7d

#5eab7d

Complementary Color

#5eab7d #ab5e8c

#5eab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eab7d Color CSS Codes

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

#5eab7d Text Font Color

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

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


#5eab7d Background Color

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

This div background color is #5eab7d


#5eab7d Border Color

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

This div border color is #5eab7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eab7d


Comments

No comments written yet.

Please login to write comment.