Color Hex Logo

#5efddf Color Hex

#5EFDDF
(94,253,223)
0 Favorites   0 Comments

Color spaces of #5efddf

RGB 94253223
HSL0.470.980.68
HSV169°63°99°
CMYK 0.630.000.12   0.01
XYZ53.060777.958082.0628
Yxy77.95800.24900.3659
Hunter Lab88.2938-47.24366.6999
CIE-Lab90.7607-48.47502.0616

#5efddf color RGB value is (94,253,223).

#5efddf hex color red value is 94, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5efddf hue: 0.47 , saturation: 0.98 and the lightness value of 5efddf is 0.68.

The process color (four color CMYK) of #5efddf color hex is 0.63, 0.00, 0.12, 0.01. Web safe color of #5efddf is #66ffcc. Color #5efddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111101 11011111
Octal 136 375 337
Decimal 94 253 223
Hex 5E FD DF

RGB Percentages of Color #5efddf

%16.49
%44.39
%39.12

CMYK Percentages of Color #5efddf

%63
%0
%12
%1

Triadic Colors of #5efddf

#5efddf #df5efd #fddf5e

Analogous Colors of #5efddf

#5efddf #5eccfd #5efd90

Monochromatic Colors of #5efddf

#5efddf

Complementary Color

#5efddf #fd5e7c

#5efddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efddf Color CSS Codes

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

#5efddf Text Font Color

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

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


#5efddf Background Color

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

This div background color is #5efddf


#5efddf Border Color

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

This div border color is #5efddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efddf


Comments

No comments written yet.

Please login to write comment.