Color Hex Logo

#5ddbdd Color Hex

#5DDBDD
(93,219,221)
0 Favorites   0 Comments

Color spaces of #5ddbdd

RGB 93219221
HSL0.500.650.62
HSV181°58°87°
CMYK 0.580.010.00   0.13
XYZ42.896958.210677.3815
Yxy58.21060.24030.3261
Hunter Lab76.2959-33.1572-6.7265
CIE-Lab80.8557-33.9518-11.4871

#5ddbdd color RGB value is (93,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011011 11011101
Octal 135 333 335
Decimal 93 219 221
Hex 5D DB DD

RGB Percentages of Color #5ddbdd

%17.45
%41.09
%41.46

CMYK Percentages of Color #5ddbdd

%58
%1
%0
%13

Triadic Colors of #5ddbdd

#5ddbdd #dd5ddb #dbdd5d

Analogous Colors of #5ddbdd

#5ddbdd #5d9bdd #5ddd9f

Monochromatic Colors of #5ddbdd

#5ddbdd

Complementary Color

#5ddbdd #dd5f5d

#5ddbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddbdd Color CSS Codes

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

#5ddbdd Text Font Color

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

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


#5ddbdd Background Color

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

This div background color is #5ddbdd


#5ddbdd Border Color

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

This div border color is #5ddbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddbdd


Comments

No comments written yet.

Please login to write comment.