Color Hex Logo

#5dbdc1 Color Hex

#5DBDC1
(93,189,193)
0 Favorites   0 Comments

Color spaces of #5dbdc1

RGB 93189193
HSL0.510.450.56
HSV182°52°76°
CMYK 0.520.020.00   0.24
XYZ32.337442.572656.9650
Yxy42.57260.24520.3228
Hunter Lab65.2477-25.7171-6.0902
CIE-Lab71.2639-27.0839-10.7008

#5dbdc1 color RGB value is (93,189,193).

#5dbdc1 hex color red value is 93, green value is 189 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #5dbdc1 hue: 0.51 , saturation: 0.45 and the lightness value of 5dbdc1 is 0.56.

The process color (four color CMYK) of #5dbdc1 color hex is 0.52, 0.02, 0.00, 0.24. Web safe color of #5dbdc1 is #66cccc. Color #5dbdc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111101 11000001
Octal 135 275 301
Decimal 93 189 193
Hex 5D BD C1

RGB Percentages of Color #5dbdc1

%19.58
%39.79
%40.63

CMYK Percentages of Color #5dbdc1

%52
%2
%0
%24

Triadic Colors of #5dbdc1

#5dbdc1 #c15dbd #bdc15d

Analogous Colors of #5dbdc1

#5dbdc1 #5d8bc1 #5dc193

Monochromatic Colors of #5dbdc1

#5dbdc1

Complementary Color

#5dbdc1 #c1615d

#5dbdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbdc1 Color CSS Codes

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

#5dbdc1 Text Font Color

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

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


#5dbdc1 Background Color

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

This div background color is #5dbdc1


#5dbdc1 Border Color

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

This div border color is #5dbdc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbdc1


Comments

No comments written yet.

Please login to write comment.