Color Hex Logo

#5dfebb Color Hex

#5DFEBB
(93,254,187)
0 Favorites   0 Comments

Color spaces of #5dfebb

RGB 93254187
HSL0.430.990.68
HSV155°63°100°
CMYK 0.630.000.26   0.00
XYZ48.925776.798659.2587
Yxy76.79860.26450.4152
Hunter Lab87.6348-53.706021.2524
CIE-Lab90.2288-57.167319.8628

#5dfebb color RGB value is (93,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111110 10111011
Octal 135 376 273
Decimal 93 254 187
Hex 5D FE BB

RGB Percentages of Color #5dfebb

%17.42
%47.57
%35.02

CMYK Percentages of Color #5dfebb

%63
%0
%26
%0

Triadic Colors of #5dfebb

#5dfebb #bb5dfe #febb5d

Analogous Colors of #5dfebb

#5dfebb #5df1fe #5dfe6b

Monochromatic Colors of #5dfebb

#5dfebb

Complementary Color

#5dfebb #fe5da0

#5dfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfebb Color CSS Codes

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

#5dfebb Text Font Color

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

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


#5dfebb Background Color

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

This div background color is #5dfebb


#5dfebb Border Color

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

This div border color is #5dfebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,254,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfebb

Related Colors


Comments

No comments written yet.

Please login to write comment.