Color Hex Logo

#5eddbb Color Hex

#5EDDBB
(94,221,187)
0 Favorites   0 Comments

Color spaces of #5eddbb

RGB 94221187
HSL0.460.650.62
HSV164°57°87°
CMYK 0.570.000.15   0.13
XYZ39.442257.680456.0683
Yxy57.68040.25750.3765
Hunter Lab75.9476-40.20729.3925
CIE-Lab80.5608-43.26576.1783

#5eddbb color RGB value is (94,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 10111011
Octal 136 335 273
Decimal 94 221 187
Hex 5E DD BB

RGB Percentages of Color #5eddbb

%18.73
%44.02
%37.25

CMYK Percentages of Color #5eddbb

%57
%0
%15
%13

Triadic Colors of #5eddbb

#5eddbb #bb5edd #ddbb5e

Analogous Colors of #5eddbb

#5eddbb #5ec0dd #5edd7c

Monochromatic Colors of #5eddbb

#5eddbb

Complementary Color

#5eddbb #dd5e80

#5eddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddbb Color CSS Codes

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

#5eddbb Text Font Color

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

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


#5eddbb Background Color

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

This div background color is #5eddbb


#5eddbb Border Color

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

This div border color is #5eddbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,221,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 #5eddbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddbb


Comments

No comments written yet.

Please login to write comment.