Color Hex Logo

#5dcdde Color Hex

#5DCDDE
(93,205,222)
0 Favorites   0 Comments

Color spaces of #5dcdde

RGB 93205222
HSL0.520.660.62
HSV188°58°87°
CMYK 0.580.080.00   0.13
XYZ39.530351.263776.9187
Yxy51.26370.23570.3057
Hunter Lab71.5987-26.7462-13.5764
CIE-Lab76.8385-26.9438-18.0569

#5dcdde color RGB value is (93,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 11011110
Octal 135 315 336
Decimal 93 205 222
Hex 5D CD DE

RGB Percentages of Color #5dcdde

%17.88
%39.42
%42.69

CMYK Percentages of Color #5dcdde

%58
%8
%0
%13

Triadic Colors of #5dcdde

#5dcdde #de5dcd #cdde5d

Analogous Colors of #5dcdde

#5dcdde #5d8dde #5ddeaf

Monochromatic Colors of #5dcdde

#5dcdde

Complementary Color

#5dcdde #de6e5d

#5dcdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcdde Color CSS Codes

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

#5dcdde Text Font Color

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

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


#5dcdde Background Color

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

This div background color is #5dcdde


#5dcdde Border Color

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

This div border color is #5dcdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcdde


Comments

No comments written yet.

Please login to write comment.