Color Hex Logo

#5bd1dc Color Hex

#5BD1DC
(91,209,220)
0 Favorites   0 Comments

Color spaces of #5bd1dc

RGB 91209220
HSL0.510.650.61
HSV185°59°86°
CMYK 0.590.050.00   0.14
XYZ40.033152.992475.8287
Yxy52.99240.23710.3138
Hunter Lab72.7959-29.2291-10.8030
CIE-Lab77.8705-29.8166-15.4322

#5bd1dc color RGB value is (91,209,220).

#5bd1dc hex color red value is 91, green value is 209 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5bd1dc hue: 0.51 , saturation: 0.65 and the lightness value of 5bd1dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010001 11011100
Octal 133 321 334
Decimal 91 209 220
Hex 5B D1 DC

RGB Percentages of Color #5bd1dc

%17.50
%40.19
%42.31

CMYK Percentages of Color #5bd1dc

%59
%5
%0
%14

Triadic Colors of #5bd1dc

#5bd1dc #dc5bd1 #d1dc5b

Analogous Colors of #5bd1dc

#5bd1dc #5b91dc #5bdca7

Monochromatic Colors of #5bd1dc

#5bd1dc

Complementary Color

#5bd1dc #dc665b

#5bd1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd1dc Color CSS Codes

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

#5bd1dc Text Font Color

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

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


#5bd1dc Background Color

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

This div background color is #5bd1dc


#5bd1dc Border Color

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

This div border color is #5bd1dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,209,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bd1dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bd1dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5bd1dc;
  box-shadow:         1px 1px 3px 2px #5bd1dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,209,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd1dc


Comments

No comments written yet.

Please login to write comment.