Color Hex Logo

#5edcda Color Hex

#5EDCDA
(94,220,218)
0 Favorites   0 Comments

Color spaces of #5edcda

RGB 94220218
HSL0.500.640.62
HSV179°57°86°
CMYK 0.570.000.01   0.14
XYZ42.864258.628075.3868
Yxy58.62800.24230.3315
Hunter Lab76.5689-34.0692-4.7764
CIE-Lab81.0867-35.0447-9.5420

#5edcda color RGB value is (94,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11011010
Octal 136 334 332
Decimal 94 220 218
Hex 5E DC DA

RGB Percentages of Color #5edcda

%17.67
%41.35
%40.98

CMYK Percentages of Color #5edcda

%57
%0
%1
%14

Triadic Colors of #5edcda

#5edcda #da5edc #dcda5e

Analogous Colors of #5edcda

#5edcda #5e9fdc #5edc9b

Monochromatic Colors of #5edcda

#5edcda

Complementary Color

#5edcda #dc5e60

#5edcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcda Color CSS Codes

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

#5edcda Text Font Color

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

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


#5edcda Background Color

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

This div background color is #5edcda


#5edcda Border Color

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

This div border color is #5edcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcda


Comments

No comments written yet.

Please login to write comment.