Color Hex Logo

#5edddc Color Hex

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

Color spaces of #5edddc

RGB 94221220
HSL0.500.650.62
HSV180°57°87°
CMYK 0.570.000.00   0.13
XYZ43.390859.259976.8615
Yxy59.25990.24170.3301
Hunter Lab76.9805-34.1025-5.3121
CIE-Lab81.4342-34.9790-10.0890

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

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

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

Base Numbers

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

RGB Percentages of Color #5edddc

%17.57
%41.31
%41.12

CMYK Percentages of Color #5edddc

%57
%0
%0
%13

Triadic Colors of #5edddc

#5edddc #dc5edd #dddc5e

Analogous Colors of #5edddc

#5edddc #5e9fdd #5edd9d

Monochromatic Colors of #5edddc

#5edddc

Complementary Color

#5edddc #dd5e5f

#5edddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edddc Color CSS Codes

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

#5edddc Text Font Color

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

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


#5edddc Background Color

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

This div background color is #5edddc


#5edddc Border Color

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

This div border color is #5edddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edddc


Comments

No comments written yet.

Please login to write comment.