Color Hex Logo

#5bdfda Color Hex

#5BDFDA
(91,223,218)
0 Favorites   0 Comments

Color spaces of #5bdfda

RGB 91223218
HSL0.490.670.62
HSV178°59°87°
CMYK 0.590.000.02   0.13
XYZ43.356960.061575.6375
Yxy60.06150.24210.3354
Hunter Lab77.4994-35.7623-3.6161
CIE-Lab81.8716-36.9645-8.3846

#5bdfda color RGB value is (91,223,218).

#5bdfda hex color red value is 91, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5bdfda hue: 0.49 , saturation: 0.67 and the lightness value of 5bdfda is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011111 11011010
Octal 133 337 332
Decimal 91 223 218
Hex 5B DF DA

RGB Percentages of Color #5bdfda

%17.11
%41.92
%40.98

CMYK Percentages of Color #5bdfda

%59
%0
%2
%13

Triadic Colors of #5bdfda

#5bdfda #da5bdf #dfda5b

Analogous Colors of #5bdfda

#5bdfda #5ba2df #5bdf98

Monochromatic Colors of #5bdfda

#5bdfda

Complementary Color

#5bdfda #df5b60

#5bdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdfda Color CSS Codes

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

#5bdfda Text Font Color

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

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


#5bdfda Background Color

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

This div background color is #5bdfda


#5bdfda Border Color

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

This div border color is #5bdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdfda


Comments

No comments written yet.

Please login to write comment.