Color Hex Logo

#5eddbd Color Hex

#5EDDBD
(94,221,189)
0 Favorites   0 Comments

Color spaces of #5eddbd

RGB 94221189
HSL0.460.650.62
HSV165°57°87°
CMYK 0.570.000.14   0.13
XYZ39.657957.766757.2040
Yxy57.76670.25650.3736
Hunter Lab76.0044-39.86928.5790
CIE-Lab80.6089-42.79465.1862

#5eddbd color RGB value is (94,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 10111101
Octal 136 335 275
Decimal 94 221 189
Hex 5E DD BD

RGB Percentages of Color #5eddbd

%18.65
%43.85
%37.50

CMYK Percentages of Color #5eddbd

%57
%0
%14
%13

Triadic Colors of #5eddbd

#5eddbd #bd5edd #ddbd5e

Analogous Colors of #5eddbd

#5eddbd #5ebedd #5edd7e

Monochromatic Colors of #5eddbd

#5eddbd

Complementary Color

#5eddbd #dd5e7e

#5eddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddbd Color CSS Codes

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

#5eddbd Text Font Color

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

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


#5eddbd Background Color

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

This div background color is #5eddbd


#5eddbd Border Color

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

This div border color is #5eddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddbd


Comments

No comments written yet.

Please login to write comment.