Color Hex Logo

#5bded4 Color Hex

#5BDED4
(91,222,212)
0 Favorites   0 Comments

Color spaces of #5bded4

RGB 91222212
HSL0.490.660.61
HSV175°59°87°
CMYK 0.590.000.05   0.13
XYZ42.319359.220271.4875
Yxy59.22020.24460.3423
Hunter Lab76.9547-36.5090-1.2095
CIE-Lab81.4125-38.0807-5.8756

#5bded4 color RGB value is (91,222,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011110 11010100
Octal 133 336 324
Decimal 91 222 212
Hex 5B DE D4

RGB Percentages of Color #5bded4

%17.33
%42.29
%40.38

CMYK Percentages of Color #5bded4

%59
%0
%5
%13

Triadic Colors of #5bded4

#5bded4 #d45bde #ded45b

Analogous Colors of #5bded4

#5bded4 #5ba7de #5bde93

Monochromatic Colors of #5bded4

#5bded4

Complementary Color

#5bded4 #de5b65

#5bded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bded4 Color CSS Codes

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

#5bded4 Text Font Color

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

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


#5bded4 Background Color

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

This div background color is #5bded4


#5bded4 Border Color

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

This div border color is #5bded4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bded4


Comments

No comments written yet.

Please login to write comment.