Color Hex Logo

#5ddcda Color Hex

#5DDCDA
(93,220,218)
0 Favorites   0 Comments

Color spaces of #5ddcda

RGB 93220218
HSL0.500.640.61
HSV179°58°86°
CMYK 0.580.000.01   0.14
XYZ42.762358.575575.3821
Yxy58.57550.24200.3315
Hunter Lab76.5346-34.2021-4.8229
CIE-Lab81.0577-35.2239-9.5883

#5ddcda color RGB value is (93,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011100 11011010
Octal 135 334 332
Decimal 93 220 218
Hex 5D DC DA

RGB Percentages of Color #5ddcda

%17.51
%41.43
%41.05

CMYK Percentages of Color #5ddcda

%58
%0
%1
%14

Triadic Colors of #5ddcda

#5ddcda #da5ddc #dcda5d

Analogous Colors of #5ddcda

#5ddcda #5d9fdc #5ddc9b

Monochromatic Colors of #5ddcda

#5ddcda

Complementary Color

#5ddcda #dc5d5f

#5ddcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddcda Color CSS Codes

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

#5ddcda Text Font Color

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

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


#5ddcda Background Color

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

This div background color is #5ddcda


#5ddcda Border Color

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

This div border color is #5ddcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddcda


Comments

No comments written yet.

Please login to write comment.