Color Hex Logo

#5eddaf Color Hex

#5EDDAF
(94,221,175)
0 Favorites   0 Comments

Color spaces of #5eddaf

RGB 94221175
HSL0.440.650.62
HSV158°57°87°
CMYK 0.570.000.21   0.13
XYZ38.210457.187749.5819
Yxy57.18770.26360.3945
Hunter Lab75.6225-42.147414.0623
CIE-Lab80.2851-46.000812.1397

#5eddaf color RGB value is (94,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 10101111
Octal 136 335 257
Decimal 94 221 175
Hex 5E DD AF

RGB Percentages of Color #5eddaf

%19.18
%45.10
%35.71

CMYK Percentages of Color #5eddaf

%57
%0
%21
%13

Triadic Colors of #5eddaf

#5eddaf #af5edd #ddaf5e

Analogous Colors of #5eddaf

#5eddaf #5eccdd #5edd70

Monochromatic Colors of #5eddaf

#5eddaf

Complementary Color

#5eddaf #dd5e8c

#5eddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddaf Color CSS Codes

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

#5eddaf Text Font Color

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

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


#5eddaf Background Color

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

This div background color is #5eddaf


#5eddaf Border Color

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

This div border color is #5eddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddaf


Comments

No comments written yet.

Please login to write comment.