Color Hex Logo

#5edccd Color Hex

#5EDCCD
(94,220,205)
0 Favorites   0 Comments

Color spaces of #5edccd

RGB 94220205
HSL0.480.640.62
HSV173°57°86°
CMYK 0.570.000.07   0.14
XYZ41.228757.973966.7747
Yxy57.97390.24840.3493
Hunter Lab76.1406-36.59161.3016
CIE-Lab80.7243-38.4227-3.1551

#5edccd color RGB value is (94,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11001101
Octal 136 334 315
Decimal 94 220 205
Hex 5E DC CD

RGB Percentages of Color #5edccd

%18.11
%42.39
%39.50

CMYK Percentages of Color #5edccd

%57
%0
%7
%14

Triadic Colors of #5edccd

#5edccd #cd5edc #dccd5e

Analogous Colors of #5edccd

#5edccd #5eacdc #5edc8e

Monochromatic Colors of #5edccd

#5edccd

Complementary Color

#5edccd #dc5e6d

#5edccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edccd Color CSS Codes

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

#5edccd Text Font Color

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

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


#5edccd Background Color

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

This div background color is #5edccd


#5edccd Border Color

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

This div border color is #5edccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edccd


Comments

No comments written yet.

Please login to write comment.