Color Hex Logo

#5edadb Color Hex

#5EDADB
(94,218,219)
0 Favorites   0 Comments

Color spaces of #5edadb

RGB 94218219
HSL0.500.630.61
HSV180°57°86°
CMYK 0.570.000.00   0.14
XYZ42.473757.637075.9043
Yxy57.63700.24130.3275
Hunter Lab75.9190-32.9946-6.1352
CIE-Lab80.5366-33.8414-10.8944

#5edadb color RGB value is (94,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 11011011
Octal 136 332 333
Decimal 94 218 219
Hex 5E DA DB

RGB Percentages of Color #5edadb

%17.70
%41.05
%41.24

CMYK Percentages of Color #5edadb

%57
%0
%0
%14

Triadic Colors of #5edadb

#5edadb #db5eda #dadb5e

Analogous Colors of #5edadb

#5edadb #5e9cdb #5edb9e

Monochromatic Colors of #5edadb

#5edadb

Complementary Color

#5edadb #db5f5e

#5edadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edadb Color CSS Codes

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

#5edadb Text Font Color

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

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


#5edadb Background Color

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

This div background color is #5edadb


#5edadb Border Color

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

This div border color is #5edadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edadb


Comments

No comments written yet.

Please login to write comment.