Color Hex Logo

#5dfebf Color Hex

#5DFEBF
(93,254,191)
0 Favorites   0 Comments

Color spaces of #5dfebf

RGB 93254191
HSL0.430.990.68
HSV157°63°100°
CMYK 0.630.000.25   0.00
XYZ49.360076.972461.5458
Yxy76.97240.26270.4097
Hunter Lab87.7339-53.108419.8215
CIE-Lab90.3089-56.330317.9265

#5dfebf color RGB value is (93,254,191).

#5dfebf hex color red value is 93, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5dfebf hue: 0.43 , saturation: 0.99 and the lightness value of 5dfebf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111110 10111111
Octal 135 376 277
Decimal 93 254 191
Hex 5D FE BF

RGB Percentages of Color #5dfebf

%17.29
%47.21
%35.50

CMYK Percentages of Color #5dfebf

%63
%0
%25
%0

Triadic Colors of #5dfebf

#5dfebf #bf5dfe #febf5d

Analogous Colors of #5dfebf

#5dfebf #5dedfe #5dfe6f

Monochromatic Colors of #5dfebf

#5dfebf

Complementary Color

#5dfebf #fe5d9c

#5dfebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfebf Color CSS Codes

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

#5dfebf Text Font Color

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

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


#5dfebf Background Color

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

This div background color is #5dfebf


#5dfebf Border Color

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

This div border color is #5dfebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfebf


Comments

No comments written yet.

Please login to write comment.