Color Hex Logo

#5dfbda Color Hex

#5DFBDA
(93,251,218)
0 Favorites   0 Comments

Color spaces of #5dfbda

RGB 93251218
HSL0.470.950.67
HSV167°63°98°
CMYK 0.630.000.13   0.02
XYZ51.666376.383578.3501
Yxy76.38350.25030.3701
Hunter Lab87.3977-47.42328.0262
CIE-Lab90.0371-48.99433.6012

#5dfbda color RGB value is (93,251,218).

#5dfbda hex color red value is 93, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5dfbda hue: 0.47 , saturation: 0.95 and the lightness value of 5dfbda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111011 11011010
Octal 135 373 332
Decimal 93 251 218
Hex 5D FB DA

RGB Percentages of Color #5dfbda

%16.55
%44.66
%38.79

CMYK Percentages of Color #5dfbda

%63
%0
%13
%2

Triadic Colors of #5dfbda

#5dfbda #da5dfb #fbda5d

Analogous Colors of #5dfbda

#5dfbda #5dcdfb #5dfb8b

Monochromatic Colors of #5dfbda

#5dfbda

Complementary Color

#5dfbda #fb5d7e

#5dfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfbda Color CSS Codes

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

#5dfbda Text Font Color

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

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


#5dfbda Background Color

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

This div background color is #5dfbda


#5dfbda Border Color

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

This div border color is #5dfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfbda


Comments

No comments written yet.

Please login to write comment.