Color Hex Logo

#5edfdd Color Hex

#5EDFDD
(94,223,221)
0 Favorites   0 Comments

Color spaces of #5edfdd

RGB 94223221
HSL0.500.670.62
HSV179°58°87°
CMYK 0.580.000.01   0.13
XYZ44.054960.375577.7383
Yxy60.37550.24180.3314
Hunter Lab77.7017-34.7729-4.9268
CIE-Lab82.0419-35.6439-9.7160

#5edfdd color RGB value is (94,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 11011101
Octal 136 337 335
Decimal 94 223 221
Hex 5E DF DD

RGB Percentages of Color #5edfdd

%17.47
%41.45
%41.08

CMYK Percentages of Color #5edfdd

%58
%0
%1
%13

Triadic Colors of #5edfdd

#5edfdd #dd5edf #dfdd5e

Analogous Colors of #5edfdd

#5edfdd #5ea1df #5edf9d

Monochromatic Colors of #5edfdd

#5edfdd

Complementary Color

#5edfdd #df5e60

#5edfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edfdd Color CSS Codes

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

#5edfdd Text Font Color

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

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


#5edfdd Background Color

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

This div background color is #5edfdd


#5edfdd Border Color

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

This div border color is #5edfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,223,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 #5edfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edfdd


Comments

No comments written yet.

Please login to write comment.