Color Hex Logo

#5eddbf Color Hex

#5EDDBF
(94,221,191)
0 Favorites   0 Comments

Color spaces of #5eddbf

RGB 94221191
HSL0.460.650.62
HSV166°57°87°
CMYK 0.570.000.14   0.13
XYZ39.876557.854258.3555
Yxy57.85420.25550.3707
Hunter Lab76.0619-39.52747.7555
CIE-Lab80.6577-42.31954.1946

#5eddbf color RGB value is (94,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 10111111
Octal 136 335 277
Decimal 94 221 191
Hex 5E DD BF

RGB Percentages of Color #5eddbf

%18.58
%43.68
%37.75

CMYK Percentages of Color #5eddbf

%57
%0
%14
%13

Triadic Colors of #5eddbf

#5eddbf #bf5edd #ddbf5e

Analogous Colors of #5eddbf

#5eddbf #5ebcdd #5edd80

Monochromatic Colors of #5eddbf

#5eddbf

Complementary Color

#5eddbf #dd5e7c

#5eddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddbf Color CSS Codes

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

#5eddbf Text Font Color

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

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


#5eddbf Background Color

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

This div background color is #5eddbf


#5eddbf Border Color

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

This div border color is #5eddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddbf


Comments

No comments written yet.

Please login to write comment.