Color Hex Logo

#5edabf Color Hex

#5EDABF
(94,218,191)
0 Favorites   0 Comments

Color spaces of #5edabf

RGB 94218191
HSL0.460.630.61
HSV167°57°85°
CMYK 0.570.000.12   0.15
XYZ39.091556.284158.0938
Yxy56.28410.25470.3667
Hunter Lab75.0227-38.28026.6047
CIE-Lab79.7752-40.98842.9164

#5edabf color RGB value is (94,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 10111111
Octal 136 332 277
Decimal 94 218 191
Hex 5E DA BF

RGB Percentages of Color #5edabf

%18.69
%43.34
%37.97

CMYK Percentages of Color #5edabf

%57
%0
%12
%15

Triadic Colors of #5edabf

#5edabf #bf5eda #dabf5e

Analogous Colors of #5edabf

#5edabf #5eb7da #5eda81

Monochromatic Colors of #5edabf

#5edabf

Complementary Color

#5edabf #da5e79

#5edabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edabf Color CSS Codes

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

#5edabf Text Font Color

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

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


#5edabf Background Color

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

This div background color is #5edabf


#5edabf Border Color

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

This div border color is #5edabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edabf


Comments

No comments written yet.

Please login to write comment.