color codes Logo

#5ddddc color codes

#5DDDDC
(93,221,220)
0 Favorites   0 Comments

Color spaces of #5ddddc

RGB 93221220
HSL0.500.650.62
HSV180°58°87°
CMYK 0.580.000.00   0.13
XYZ43.288959.207476.8567
Yxy59.20740.24140.3301
Hunter Lab76.9463-34.2346-5.3585
CIE-Lab81.4055-35.1566-10.1349

#5ddddc color RGB value is (93,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 11011100
Octal 135 335 334
Decimal 93 221 220
Hex 5D DD DC

RGB Percentages of Color #5ddddc

%17.42
%41.39
%41.20

CMYK Percentages of Color #5ddddc

%58
%0
%0
%13

Triadic Colors of #5ddddc

#5ddddc #dc5ddd #dddc5d

Analogous Colors of #5ddddc

#5ddddc #5d9edd #5ddd9c

Monochromatic Colors of #5ddddc

#5ddddc

Complementary Color

#5ddddc #dd5d5e

#5ddddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddddc Color CSS Codes

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

#5ddddc Text Font Color

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

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


#5ddddc Background Color

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

This div background color is #5ddddc


#5ddddc Border Color

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

This div border color is #5ddddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddddc


Comments

No comments written yet.

Please login to write comment.