Color Hex Logo

#5edebd Color Hex

#5EDEBD
(94,222,189)
0 Favorites   0 Comments

Color spaces of #5edebd

RGB 94222189
HSL0.460.660.62
HSV165°58°87°
CMYK 0.580.000.15   0.13
XYZ39.922758.296457.2923
Yxy58.29640.25670.3749
Hunter Lab76.3521-40.28278.9570
CIE-Lab80.9033-43.23385.6108

#5edebd color RGB value is (94,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011110 10111101
Octal 136 336 275
Decimal 94 222 189
Hex 5E DE BD

RGB Percentages of Color #5edebd

%18.61
%43.96
%37.43

CMYK Percentages of Color #5edebd

%58
%0
%15
%13

Triadic Colors of #5edebd

#5edebd #bd5ede #debd5e

Analogous Colors of #5edebd

#5edebd #5ebfde #5ede7d

Monochromatic Colors of #5edebd

#5edebd

Complementary Color

#5edebd #de5e7f

#5edebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edebd Color CSS Codes

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

#5edebd Text Font Color

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

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


#5edebd Background Color

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

This div background color is #5edebd


#5edebd Border Color

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

This div border color is #5edebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edebd


Comments

No comments written yet.

Please login to write comment.