Color Hex Logo

#5dfdec Color Hex

#5DFDEC
(93,253,236)
0 Favorites   0 Comments

Color spaces of #5dfdec

RGB 93253236
HSL0.480.980.68
HSV174°63°99°
CMYK 0.630.000.07   0.01
XYZ54.779878.633891.6475
Yxy78.63380.24340.3494
Hunter Lab88.6757-44.91330.7960
CIE-Lab91.0683-45.4018-4.2349

#5dfdec color RGB value is (93,253,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 11101100
Octal 135 375 354
Decimal 93 253 236
Hex 5D FD EC

RGB Percentages of Color #5dfdec

%15.98
%43.47
%40.55

CMYK Percentages of Color #5dfdec

%63
%0
%7
%1

Triadic Colors of #5dfdec

#5dfdec #ec5dfd #fdec5d

Analogous Colors of #5dfdec

#5dfdec #5dbefd #5dfd9c

Monochromatic Colors of #5dfdec

#5dfdec

Complementary Color

#5dfdec #fd5d6e

#5dfdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfdec Color CSS Codes

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

#5dfdec Text Font Color

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

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


#5dfdec Background Color

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

This div background color is #5dfdec


#5dfdec Border Color

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

This div border color is #5dfdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfdec


Comments

No comments written yet.

Please login to write comment.