Color Hex Logo

#5ecdb3 Color Hex

#5ECDB3
(94,205,179)
0 Favorites   0 Comments

Color spaces of #5ecdb3

RGB 94205179
HSL0.460.530.59
HSV166°54°80°
CMYK 0.540.000.13   0.20
XYZ34.584149.297050.3403
Yxy49.29700.25770.3673
Hunter Lab70.2118-34.94736.6387
CIE-Lab75.6357-38.02453.3431

#5ecdb3 color RGB value is (94,205,179).

#5ecdb3 hex color red value is 94, green value is 205 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #5ecdb3 hue: 0.46 , saturation: 0.53 and the lightness value of 5ecdb3 is 0.59.

The process color (four color CMYK) of #5ecdb3 color hex is 0.54, 0.00, 0.13, 0.20. Web safe color of #5ecdb3 is #66cccc. Color #5ecdb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001101 10110011
Octal 136 315 263
Decimal 94 205 179
Hex 5E CD B3

RGB Percentages of Color #5ecdb3

%19.67
%42.89
%37.45

CMYK Percentages of Color #5ecdb3

%54
%0
%13
%20

Triadic Colors of #5ecdb3

#5ecdb3 #b35ecd #cdb35e

Analogous Colors of #5ecdb3

#5ecdb3 #5eb0cd #5ecd7c

Monochromatic Colors of #5ecdb3

#5ecdb3

Complementary Color

#5ecdb3 #cd5e78

#5ecdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecdb3 Color CSS Codes

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

#5ecdb3 Text Font Color

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

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


#5ecdb3 Background Color

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

This div background color is #5ecdb3


#5ecdb3 Border Color

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

This div border color is #5ecdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecdb3


Comments

No comments written yet.

Please login to write comment.