Color Hex Logo

#5dccde Color Hex

#5DCCDE
(93,204,222)
0 Favorites   0 Comments

Color spaces of #5dccde

RGB 93204222
HSL0.520.660.62
HSV188°58°87°
CMYK 0.580.080.00   0.13
XYZ39.291950.786876.8392
Yxy50.78680.23540.3043
Hunter Lab71.2649-26.2975-14.0423
CIE-Lab76.5497-26.4508-18.4934

#5dccde color RGB value is (93,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 11011110
Octal 135 314 336
Decimal 93 204 222
Hex 5D CC DE

RGB Percentages of Color #5dccde

%17.92
%39.31
%42.77

CMYK Percentages of Color #5dccde

%58
%8
%0
%13

Triadic Colors of #5dccde

#5dccde #de5dcc #ccde5d

Analogous Colors of #5dccde

#5dccde #5d8cde #5ddeb0

Monochromatic Colors of #5dccde

#5dccde

Complementary Color

#5dccde #de6f5d

#5dccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccde Color CSS Codes

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

#5dccde Text Font Color

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

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


#5dccde Background Color

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

This div background color is #5dccde


#5dccde Border Color

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

This div border color is #5dccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccde


Comments

No comments written yet.

Please login to write comment.