Color Hex Logo

#5ec985 Color Hex

#5EC985
(94,201,133)
0 Favorites   0 Comments

Color spaces of #5ec985

RGB 94201133
HSL0.390.500.58
HSV142°53°79°
CMYK 0.530.000.34   0.21
XYZ29.736445.846429.4723
Yxy45.84640.28310.4364
Hunter Lab67.7100-40.100021.5897
CIE-Lab73.4458-46.109624.8425

#5ec985 color RGB value is (94,201,133).

#5ec985 hex color red value is 94, green value is 201 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #5ec985 hue: 0.39 , saturation: 0.50 and the lightness value of 5ec985 is 0.58.

The process color (four color CMYK) of #5ec985 color hex is 0.53, 0.00, 0.34, 0.21. Web safe color of #5ec985 is #66cc99. Color #5ec985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001001 10000101
Octal 136 311 205
Decimal 94 201 133
Hex 5E C9 85

RGB Percentages of Color #5ec985

%21.96
%46.96
%31.07

CMYK Percentages of Color #5ec985

%53
%0
%34
%21

Triadic Colors of #5ec985

#5ec985 #855ec9 #c9855e

Analogous Colors of #5ec985

#5ec985 #5ec9bb #6dc95e

Monochromatic Colors of #5ec985

#5ec985

Complementary Color

#5ec985 #c95ea2

#5ec985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec985 Color CSS Codes

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

#5ec985 Text Font Color

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

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


#5ec985 Background Color

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

This div background color is #5ec985


#5ec985 Border Color

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

This div border color is #5ec985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec985


Comments

No comments written yet.

Please login to write comment.