Color Hex Logo

#5dfdea Color Hex

#5DFDEA
(93,253,234)
0 Favorites   0 Comments

Color spaces of #5dfdea

RGB 93253234
HSL0.480.980.68
HSV173°63°99°
CMYK 0.630.000.08   0.01
XYZ54.490878.518290.1255
Yxy78.51820.24420.3519
Hunter Lab88.6105-45.30021.7236
CIE-Lab91.0158-45.9086-3.2742

#5dfdea color RGB value is (93,253,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 11101010
Octal 135 375 352
Decimal 93 253 234
Hex 5D FD EA

RGB Percentages of Color #5dfdea

%16.03
%43.62
%40.34

CMYK Percentages of Color #5dfdea

%63
%0
%8
%1

Triadic Colors of #5dfdea

#5dfdea #ea5dfd #fdea5d

Analogous Colors of #5dfdea

#5dfdea #5dc0fd #5dfd9a

Monochromatic Colors of #5dfdea

#5dfdea

Complementary Color

#5dfdea #fd5d70

#5dfdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfdea Color CSS Codes

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

#5dfdea Text Font Color

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

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


#5dfdea Background Color

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

This div background color is #5dfdea


#5dfdea Border Color

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

This div border color is #5dfdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfdea


Comments

No comments written yet.

Please login to write comment.