Color Hex Logo

#5edfbf Color Hex

#5EDFBF
(94,223,191)
0 Favorites   0 Comments

Color spaces of #5edfbf

RGB 94223191
HSL0.460.670.62
HSV165°58°87°
CMYK 0.580.000.14   0.13
XYZ40.407758.916658.5326
Yxy58.91660.25600.3732
Hunter Lab76.7571-40.35628.5173
CIE-Lab81.2457-43.19955.0443

#5edfbf color RGB value is (94,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 10111111
Octal 136 337 277
Decimal 94 223 191
Hex 5E DF BF

RGB Percentages of Color #5edfbf

%18.50
%43.90
%37.60

CMYK Percentages of Color #5edfbf

%58
%0
%14
%13

Triadic Colors of #5edfbf

#5edfbf #bf5edf #dfbf5e

Analogous Colors of #5edfbf

#5edfbf #5ebfdf #5edf7f

Monochromatic Colors of #5edfbf

#5edfbf

Complementary Color

#5edfbf #df5e7e

#5edfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edfbf Color CSS Codes

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

#5edfbf Text Font Color

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

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


#5edfbf Background Color

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

This div background color is #5edfbf


#5edfbf Border Color

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

This div border color is #5edfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edfbf


Comments

No comments written yet.

Please login to write comment.