Color Hex Logo

#5dddda Color Hex

#5DDDDA
(93,221,218)
0 Favorites   0 Comments

Color spaces of #5dddda

RGB 93221218
HSL0.500.650.62
HSV179°58°87°
CMYK 0.580.000.01   0.13
XYZ43.025559.102075.4698
Yxy59.10200.24230.3328
Hunter Lab76.8778-34.6368-4.3896
CIE-Lab81.3476-35.6891-9.1570

#5dddda color RGB value is (93,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 11011010
Octal 135 335 332
Decimal 93 221 218
Hex 5D DD DA

RGB Percentages of Color #5dddda

%17.48
%41.54
%40.98

CMYK Percentages of Color #5dddda

%58
%0
%1
%13

Triadic Colors of #5dddda

#5dddda #da5ddd #ddda5d

Analogous Colors of #5dddda

#5dddda #5da0dd #5ddd9a

Monochromatic Colors of #5dddda

#5dddda

Complementary Color

#5dddda #dd5d60

#5dddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddda Color CSS Codes

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

#5dddda Text Font Color

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

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


#5dddda Background Color

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

This div background color is #5dddda


#5dddda Border Color

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

This div border color is #5dddda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,221,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 #5dddda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddda


Comments

No comments written yet.

Please login to write comment.