Color Hex Logo

#5eddba Color Hex

#5EDDBA
(94,221,186)
0 Favorites   0 Comments

Color spaces of #5eddba

RGB 94221186
HSL0.450.650.62
HSV163°57°87°
CMYK 0.570.000.16   0.13
XYZ39.335557.637855.5064
Yxy57.63780.25800.3780
Hunter Lab75.9196-40.37479.7955
CIE-Lab80.5370-43.49986.6747

#5eddba color RGB value is (94,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 10111010
Octal 136 335 272
Decimal 94 221 186
Hex 5E DD BA

RGB Percentages of Color #5eddba

%18.76
%44.11
%37.13

CMYK Percentages of Color #5eddba

%57
%0
%16
%13

Triadic Colors of #5eddba

#5eddba #ba5edd #ddba5e

Analogous Colors of #5eddba

#5eddba #5ec1dd #5edd7b

Monochromatic Colors of #5eddba

#5eddba

Complementary Color

#5eddba #dd5e81

#5eddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddba Color CSS Codes

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

#5eddba Text Font Color

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

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


#5eddba Background Color

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

This div background color is #5eddba


#5eddba Border Color

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

This div border color is #5eddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddba


Comments

No comments written yet.

Please login to write comment.