Color Hex Logo

#5edacb Color Hex

#5EDACB
(94,218,203)
0 Favorites   0 Comments

Color spaces of #5edacb

RGB 94218203
HSL0.480.630.61
HSV173°57°85°
CMYK 0.570.000.07   0.15
XYZ40.467056.834365.3372
Yxy56.83430.24880.3495
Hunter Lab75.3885-36.11481.3869
CIE-Lab80.0863-38.0182-3.0269

#5edacb color RGB value is (94,218,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 11001011
Octal 136 332 313
Decimal 94 218 203
Hex 5E DA CB

RGB Percentages of Color #5edacb

%18.25
%42.33
%39.42

CMYK Percentages of Color #5edacb

%57
%0
%7
%15

Triadic Colors of #5edacb

#5edacb #cb5eda #dacb5e

Analogous Colors of #5edacb

#5edacb #5eabda #5eda8d

Monochromatic Colors of #5edacb

#5edacb

Complementary Color

#5edacb #da5e6d

#5edacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edacb Color CSS Codes

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

#5edacb Text Font Color

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

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


#5edacb Background Color

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

This div background color is #5edacb


#5edacb Border Color

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

This div border color is #5edacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edacb


Comments

No comments written yet.

Please login to write comment.