Color Hex Logo

#5dcedb Color Hex

#5DCEDB
(93,206,219)
0 Favorites   0 Comments

Color spaces of #5dcedb

RGB 93206219
HSL0.520.640.61
HSV186°58°86°
CMYK 0.580.060.00   0.14
XYZ39.371751.584274.8995
Yxy51.58420.23740.3110
Hunter Lab71.8221-27.8380-11.5549
CIE-Lab77.0315-28.2758-16.1516

#5dcedb color RGB value is (93,206,219).

#5dcedb hex color red value is 93, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5dcedb hue: 0.52 , saturation: 0.64 and the lightness value of 5dcedb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 11011011
Octal 135 316 333
Decimal 93 206 219
Hex 5D CE DB

RGB Percentages of Color #5dcedb

%17.95
%39.77
%42.28

CMYK Percentages of Color #5dcedb

%58
%6
%0
%14

Triadic Colors of #5dcedb

#5dcedb #db5dce #cedb5d

Analogous Colors of #5dcedb

#5dcedb #5d8fdb #5ddba9

Monochromatic Colors of #5dcedb

#5dcedb

Complementary Color

#5dcedb #db6a5d

#5dcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcedb Color CSS Codes

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

#5dcedb Text Font Color

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

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


#5dcedb Background Color

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

This div background color is #5dcedb


#5dcedb Border Color

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

This div border color is #5dcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcedb


Comments

No comments written yet.

Please login to write comment.