Color Hex Logo

#5dddbc Color Hex

#5DDDBC
(93,221,188)
0 Favorites   0 Comments

Color spaces of #5dddbc

RGB 93221188
HSL0.460.650.62
HSV165°58°87°
CMYK 0.580.000.15   0.13
XYZ39.447857.670956.6294
Yxy57.67090.25660.3751
Hunter Lab75.9414-40.17548.9465
CIE-Lab80.5555-43.22525.6362

#5dddbc color RGB value is (93,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 10111100
Octal 135 335 274
Decimal 93 221 188
Hex 5D DD BC

RGB Percentages of Color #5dddbc

%18.53
%44.02
%37.45

CMYK Percentages of Color #5dddbc

%58
%0
%15
%13

Triadic Colors of #5dddbc

#5dddbc #bc5ddd #ddbc5d

Analogous Colors of #5dddbc

#5dddbc #5dbedd #5ddd7c

Monochromatic Colors of #5dddbc

#5dddbc

Complementary Color

#5dddbc #dd5d7e

#5dddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddbc Color CSS Codes

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

#5dddbc Text Font Color

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

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


#5dddbc Background Color

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

This div background color is #5dddbc


#5dddbc Border Color

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

This div border color is #5dddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddbc


Comments

No comments written yet.

Please login to write comment.