Color Hex Logo

#5dccdd Color Hex

#5DCCDD
(93,204,221)
0 Favorites   0 Comments

Color spaces of #5dccdd

RGB 93204221
HSL0.520.650.62
HSV188°58°87°
CMYK 0.580.080.00   0.13
XYZ39.158250.733376.1353
Yxy50.73330.23590.3056
Hunter Lab71.2273-26.5150-13.5163
CIE-Lab76.5172-26.7337-18.0041

#5dccdd color RGB value is (93,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 11011101
Octal 135 314 335
Decimal 93 204 221
Hex 5D CC DD

RGB Percentages of Color #5dccdd

%17.95
%39.38
%42.66

CMYK Percentages of Color #5dccdd

%58
%8
%0
%13

Triadic Colors of #5dccdd

#5dccdd #dd5dcc #ccdd5d

Analogous Colors of #5dccdd

#5dccdd #5d8cdd #5dddae

Monochromatic Colors of #5dccdd

#5dccdd

Complementary Color

#5dccdd #dd6e5d

#5dccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccdd Color CSS Codes

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

#5dccdd Text Font Color

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

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


#5dccdd Background Color

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

This div background color is #5dccdd


#5dccdd Border Color

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

This div border color is #5dccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccdd


Comments

No comments written yet.

Please login to write comment.