Color Hex Logo

#5edcbb Color Hex

#5EDCBB
(94,220,187)
0 Favorites   0 Comments

Color spaces of #5edcbb

RGB 94220187
HSL0.460.640.62
HSV164°57°86°
CMYK 0.570.000.15   0.14
XYZ39.178957.153955.9806
Yxy57.15390.25720.3752
Hunter Lab75.6002-39.79499.0170
CIE-Lab80.2661-42.82725.7539

#5edcbb color RGB value is (94,220,187).

#5edcbb hex color red value is 94, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5edcbb hue: 0.46 , saturation: 0.64 and the lightness value of 5edcbb is 0.62.

The process color (four color CMYK) of #5edcbb color hex is 0.57, 0.00, 0.15, 0.14. Web safe color of #5edcbb is #66cccc. Color #5edcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 10111011
Octal 136 334 273
Decimal 94 220 187
Hex 5E DC BB

RGB Percentages of Color #5edcbb

%18.76
%43.91
%37.33

CMYK Percentages of Color #5edcbb

%57
%0
%15
%14

Triadic Colors of #5edcbb

#5edcbb #bb5edc #dcbb5e

Analogous Colors of #5edcbb

#5edcbb #5ebedc #5edc7c

Monochromatic Colors of #5edcbb

#5edcbb

Complementary Color

#5edcbb #dc5e7f

#5edcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcbb Color CSS Codes

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

#5edcbb Text Font Color

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

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


#5edcbb Background Color

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

This div background color is #5edcbb


#5edcbb Border Color

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

This div border color is #5edcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcbb


Comments

No comments written yet.

Please login to write comment.