Color Hex Logo

#5efdae Color Hex

#5EFDAE
(94,253,174)
0 Favorites   0 Comments

Color spaces of #5efdae

RGB 94253174
HSL0.420.980.68
HSV150°63°99°
CMYK 0.630.000.31   0.01
XYZ47.381475.686252.1560
Yxy75.68620.27040.4319
Hunter Lab86.9978-55.030225.3536
CIE-Lab89.7134-59.207125.7776

#5efdae color RGB value is (94,253,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111101 10101110
Octal 136 375 256
Decimal 94 253 174
Hex 5E FD AE

RGB Percentages of Color #5efdae

%18.04
%48.56
%33.40

CMYK Percentages of Color #5efdae

%63
%0
%31
%1

Triadic Colors of #5efdae

#5efdae #ae5efd #fdae5e

Analogous Colors of #5efdae

#5efdae #5efdfd #5efd5f

Monochromatic Colors of #5efdae

#5efdae

Complementary Color

#5efdae #fd5ead

#5efdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efdae Color CSS Codes

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

#5efdae Text Font Color

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

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


#5efdae Background Color

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

This div background color is #5efdae


#5efdae Border Color

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

This div border color is #5efdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efdae

Related Colors


Comments

No comments written yet.

Please login to write comment.