Color Hex Logo

#5efdfb Color Hex

#5EFDFB
(94,253,251)
0 Favorites   0 Comments

Color spaces of #5efdfb

RGB 94253251
HSL0.500.980.68
HSV179°63°99°
CMYK 0.630.000.01   0.01
XYZ57.154079.5953103.6179
Yxy79.59530.23780.3311
Hunter Lab89.2162-41.7770-6.4095
CIE-Lab91.5030-41.3487-11.3729

#5efdfb color RGB value is (94,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111101 11111011
Octal 136 375 373
Decimal 94 253 251
Hex 5E FD FB

RGB Percentages of Color #5efdfb

%15.72
%42.31
%41.97

CMYK Percentages of Color #5efdfb

%63
%0
%1
%1

Triadic Colors of #5efdfb

#5efdfb #fb5efd #fdfb5e

Analogous Colors of #5efdfb

#5efdfb #5eb0fd #5efdac

Monochromatic Colors of #5efdfb

#5efdfb

Complementary Color

#5efdfb #fd5e60

#5efdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efdfb Color CSS Codes

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

#5efdfb Text Font Color

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

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


#5efdfb Background Color

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

This div background color is #5efdfb


#5efdfb Border Color

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

This div border color is #5efdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efdfb


Comments

No comments written yet.

Please login to write comment.