Color Hex Logo

#5edcdd Color Hex

#5EDCDD
(94,220,221)
0 Favorites   0 Comments

Color spaces of #5edcdd

RGB 94220221
HSL0.500.650.62
HSV180°57°87°
CMYK 0.570.000.00   0.13
XYZ43.260458.786577.4735
Yxy58.78650.24100.3275
Hunter Lab76.6724-33.4626-6.2389
CIE-Lab81.1741-34.2438-11.0089

#5edcdd color RGB value is (94,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11011101
Octal 136 334 335
Decimal 94 220 221
Hex 5E DC DD

RGB Percentages of Color #5edcdd

%17.57
%41.12
%41.31

CMYK Percentages of Color #5edcdd

%57
%0
%0
%13

Triadic Colors of #5edcdd

#5edcdd #dd5edc #dcdd5e

Analogous Colors of #5edcdd

#5edcdd #5e9ddd #5edd9f

Monochromatic Colors of #5edcdd

#5edcdd

Complementary Color

#5edcdd #dd5f5e

#5edcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcdd Color CSS Codes

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

#5edcdd Text Font Color

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

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


#5edcdd Background Color

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

This div background color is #5edcdd


#5edcdd Border Color

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

This div border color is #5edcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcdd


Comments

No comments written yet.

Please login to write comment.