Color Hex Logo

#5eddbc Color Hex

#5EDDBC
(94,221,188)
0 Favorites   0 Comments

Color spaces of #5eddbc

RGB 94221188
HSL0.460.650.62
HSV164°57°87°
CMYK 0.570.000.15   0.13
XYZ39.549657.723456.6342
Yxy57.72340.25700.3751
Hunter Lab75.9759-40.03898.9870
CIE-Lab80.5848-43.03095.6822

#5eddbc color RGB value is (94,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 10111100
Octal 136 335 274
Decimal 94 221 188
Hex 5E DD BC

RGB Percentages of Color #5eddbc

%18.69
%43.94
%37.38

CMYK Percentages of Color #5eddbc

%57
%0
%15
%13

Triadic Colors of #5eddbc

#5eddbc #bc5edd #ddbc5e

Analogous Colors of #5eddbc

#5eddbc #5ebfdd #5edd7d

Monochromatic Colors of #5eddbc

#5eddbc

Complementary Color

#5eddbc #dd5e7f

#5eddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddbc Color CSS Codes

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

#5eddbc Text Font Color

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

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


#5eddbc Background Color

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

This div background color is #5eddbc


#5eddbc Border Color

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

This div border color is #5eddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddbc


Comments

No comments written yet.

Please login to write comment.