Color Hex Logo

#5ecdbd Color Hex

#5ECDBD
(94,205,189)
0 Favorites   0 Comments

Color spaces of #5ecdbd

RGB 94205189
HSL0.480.530.59
HSV171°54°80°
CMYK 0.540.000.08   0.20
XYZ35.632749.716455.8623
Yxy49.71640.25230.3521
Hunter Lab70.5099-33.18592.3837
CIE-Lab75.8949-35.5696-1.6698

#5ecdbd color RGB value is (94,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001101 10111101
Octal 136 315 275
Decimal 94 205 189
Hex 5E CD BD

RGB Percentages of Color #5ecdbd

%19.26
%42.01
%38.73

CMYK Percentages of Color #5ecdbd

%54
%0
%8
%20

Triadic Colors of #5ecdbd

#5ecdbd #bd5ecd #cdbd5e

Analogous Colors of #5ecdbd

#5ecdbd #5ea6cd #5ecd86

Monochromatic Colors of #5ecdbd

#5ecdbd

Complementary Color

#5ecdbd #cd5e6e

#5ecdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecdbd Color CSS Codes

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

#5ecdbd Text Font Color

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

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


#5ecdbd Background Color

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

This div background color is #5ecdbd


#5ecdbd Border Color

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

This div border color is #5ecdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecdbd


Comments

No comments written yet.

Please login to write comment.