Color Hex Logo

#5bdbde Color Hex

#5BDBDE
(91,219,222)
0 Favorites   0 Comments

Color spaces of #5bdbde

RGB 91219222
HSL0.500.660.61
HSV181°59°87°
CMYK 0.590.010.00   0.13
XYZ42.830758.161178.0760
Yxy58.16110.23920.3248
Hunter Lab76.2634-33.2127-7.3148
CIE-Lab80.8283-34.0308-12.0668

#5bdbde color RGB value is (91,219,222).

#5bdbde hex color red value is 91, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5bdbde hue: 0.50 , saturation: 0.66 and the lightness value of 5bdbde is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011011 11011110
Octal 133 333 336
Decimal 91 219 222
Hex 5B DB DE

RGB Percentages of Color #5bdbde

%17.11
%41.17
%41.73

CMYK Percentages of Color #5bdbde

%59
%1
%0
%13

Triadic Colors of #5bdbde

#5bdbde #de5bdb #dbde5b

Analogous Colors of #5bdbde

#5bdbde #5b9ade #5bdea0

Monochromatic Colors of #5bdbde

#5bdbde

Complementary Color

#5bdbde #de5e5b

#5bdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdbde Color CSS Codes

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

#5bdbde Text Font Color

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

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


#5bdbde Background Color

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

This div background color is #5bdbde


#5bdbde Border Color

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

This div border color is #5bdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdbde


Comments

No comments written yet.

Please login to write comment.