color codes Logo

#5dcbdd color codes

#5DCBDD
(93,203,221)
0 Favorites   0 Comments

Color spaces of #5dcbdd

RGB 93203221
HSL0.520.650.62
HSV188°58°87°
CMYK 0.580.080.00   0.13
XYZ38.921350.259576.0563
Yxy50.25950.23550.3042
Hunter Lab70.8939-26.0666-13.9816
CIE-Lab76.2283-26.2402-18.4408

#5dcbdd color RGB value is (93,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 11011101
Octal 135 313 335
Decimal 93 203 221
Hex 5D CB DD

RGB Percentages of Color #5dcbdd

%17.99
%39.26
%42.75

CMYK Percentages of Color #5dcbdd

%58
%8
%0
%13

Triadic Colors of #5dcbdd

#5dcbdd #dd5dcb #cbdd5d

Analogous Colors of #5dcbdd

#5dcbdd #5d8bdd #5dddaf

Monochromatic Colors of #5dcbdd

#5dcbdd

Complementary Color

#5dcbdd #dd6f5d

#5dcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbdd Color CSS Codes

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

#5dcbdd Text Font Color

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

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


#5dcbdd Background Color

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

This div background color is #5dcbdd


#5dcbdd Border Color

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

This div border color is #5dcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbdd


Comments

No comments written yet.

Please login to write comment.