Color Hex Logo

#5dddbe Color Hex

#5DDDBE
(93,221,190)
0 Favorites   0 Comments

Color spaces of #5dddbe

RGB 93221190
HSL0.460.650.62
HSV165°58°87°
CMYK 0.580.000.14   0.13
XYZ39.664957.757857.7730
Yxy57.75780.25560.3722
Hunter Lab75.9986-39.83548.1276
CIE-Lab80.6039-42.75124.6443

#5dddbe color RGB value is (93,221,190).

#5dddbe hex color red value is 93, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5dddbe hue: 0.46 , saturation: 0.65 and the lightness value of 5dddbe is 0.62.

The process color (four color CMYK) of #5dddbe color hex is 0.58, 0.00, 0.14, 0.13. Web safe color of #5dddbe is #66cccc. Color #5dddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 10111110
Octal 135 335 276
Decimal 93 221 190
Hex 5D DD BE

RGB Percentages of Color #5dddbe

%18.45
%43.85
%37.70

CMYK Percentages of Color #5dddbe

%58
%0
%14
%13

Triadic Colors of #5dddbe

#5dddbe #be5ddd #ddbe5d

Analogous Colors of #5dddbe

#5dddbe #5dbcdd #5ddd7e

Monochromatic Colors of #5dddbe

#5dddbe

Complementary Color

#5dddbe #dd5d7c

#5dddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddbe Color CSS Codes

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

#5dddbe Text Font Color

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

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


#5dddbe Background Color

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

This div background color is #5dddbe


#5dddbe Border Color

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

This div border color is #5dddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddbe


Comments

No comments written yet.

Please login to write comment.