Color Hex Logo

#5dcde3 Color Hex

#5DCDE3
(93,205,227)
0 Favorites   0 Comments

Color spaces of #5dcde3

RGB 93205227
HSL0.530.710.63
HSV190°59°89°
CMYK 0.590.100.00   0.11
XYZ40.210751.535980.5011
Yxy51.53590.23340.2992
Hunter Lab71.7885-25.6472-16.2338
CIE-Lab77.0025-25.5217-20.4976

#5dcde3 color RGB value is (93,205,227).

#5dcde3 hex color red value is 93, green value is 205 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #5dcde3 hue: 0.53 , saturation: 0.71 and the lightness value of 5dcde3 is 0.63.

The process color (four color CMYK) of #5dcde3 color hex is 0.59, 0.10, 0.00, 0.11. Web safe color of #5dcde3 is #66cccc. Color #5dcde3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 11100011
Octal 135 315 343
Decimal 93 205 227
Hex 5D CD E3

RGB Percentages of Color #5dcde3

%17.71
%39.05
%43.24

CMYK Percentages of Color #5dcde3

%59
%10
%0
%11

Triadic Colors of #5dcde3

#5dcde3 #e35dcd #cde35d

Analogous Colors of #5dcde3

#5dcde3 #5d8ae3 #5de3b6

Monochromatic Colors of #5dcde3

#5dcde3

Complementary Color

#5dcde3 #e3735d

#5dcde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcde3 Color CSS Codes

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

#5dcde3 Text Font Color

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

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


#5dcde3 Background Color

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

This div background color is #5dcde3


#5dcde3 Border Color

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

This div border color is #5dcde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcde3


Comments

No comments written yet.

Please login to write comment.