Color Hex Logo

#5ebc8e Color Hex

#5EBC8E
(94,188,142)
0 Favorites   0 Comments

Color spaces of #5ebc8e

RGB 94188142
HSL0.420.410.55
HSV151°50°74°
CMYK 0.500.000.24   0.26
XYZ27.481840.299131.9213
Yxy40.29910.27560.4042
Hunter Lab63.4816-33.818314.6235
CIE-Lab69.6820-38.691714.8648

#5ebc8e color RGB value is (94,188,142).

#5ebc8e hex color red value is 94, green value is 188 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5ebc8e hue: 0.42 , saturation: 0.41 and the lightness value of 5ebc8e is 0.55.

The process color (four color CMYK) of #5ebc8e color hex is 0.50, 0.00, 0.24, 0.26. Web safe color of #5ebc8e is #66cc99. Color #5ebc8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 10001110
Octal 136 274 216
Decimal 94 188 142
Hex 5E BC 8E

RGB Percentages of Color #5ebc8e

%22.17
%44.34
%33.49

CMYK Percentages of Color #5ebc8e

%50
%0
%24
%26

Triadic Colors of #5ebc8e

#5ebc8e #8e5ebc #bc8e5e

Analogous Colors of #5ebc8e

#5ebc8e #5ebbbc #5ebc5f

Monochromatic Colors of #5ebc8e

#5ebc8e

Complementary Color

#5ebc8e #bc5e8c

#5ebc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebc8e Color CSS Codes

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

#5ebc8e Text Font Color

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

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


#5ebc8e Background Color

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

This div background color is #5ebc8e


#5ebc8e Border Color

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

This div border color is #5ebc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebc8e


Comments

No comments written yet.

Please login to write comment.