Color Hex Logo

#5dfebc Color Hex

#5DFEBC
(93,254,188)
0 Favorites   0 Comments

Color spaces of #5dfebc

RGB 93254188
HSL0.430.990.68
HSV155°63°100°
CMYK 0.630.000.26   0.00
XYZ49.033176.841659.8246
Yxy76.84160.26400.4138
Hunter Lab87.6593-53.558120.8981
CIE-Lab90.2487-56.959819.3788

#5dfebc color RGB value is (93,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111110 10111100
Octal 135 376 274
Decimal 93 254 188
Hex 5D FE BC

RGB Percentages of Color #5dfebc

%17.38
%47.48
%35.14

CMYK Percentages of Color #5dfebc

%63
%0
%26
%0

Triadic Colors of #5dfebc

#5dfebc #bc5dfe #febc5d

Analogous Colors of #5dfebc

#5dfebc #5df0fe #5dfe6c

Monochromatic Colors of #5dfebc

#5dfebc

Complementary Color

#5dfebc #fe5d9f

#5dfebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfebc Color CSS Codes

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

#5dfebc Text Font Color

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

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


#5dfebc Background Color

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

This div background color is #5dfebc


#5dfebc Border Color

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

This div border color is #5dfebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfebc

Related Colors


Comments

No comments written yet.

Please login to write comment.