Color Hex Logo

#5edace Color Hex

#5EDACE
(94,218,206)
0 Favorites   0 Comments

Color spaces of #5edace

RGB 94218206
HSL0.480.630.61
HSV174°57°85°
CMYK 0.570.000.06   0.15
XYZ40.828156.978767.2386
Yxy56.97870.24740.3452
Hunter Lab75.4842-35.54990.0256
CIE-Lab80.1676-37.2531-4.5074

#5edace color RGB value is (94,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 11001110
Octal 136 332 316
Decimal 94 218 206
Hex 5E DA CE

RGB Percentages of Color #5edace

%18.15
%42.08
%39.77

CMYK Percentages of Color #5edace

%57
%0
%6
%15

Triadic Colors of #5edace

#5edace #ce5eda #dace5e

Analogous Colors of #5edace

#5edace #5ea8da #5eda90

Monochromatic Colors of #5edace

#5edace

Complementary Color

#5edace #da5e6a

#5edace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edace Color CSS Codes

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

#5edace Text Font Color

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

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


#5edace Background Color

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

This div background color is #5edace


#5edace Border Color

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

This div border color is #5edace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edace


Comments

No comments written yet.

Please login to write comment.