Color Hex Logo

#5bdcda Color Hex

#5BDCDA
(91,220,218)
0 Favorites   0 Comments

Color spaces of #5bdcda

RGB 91220218
HSL0.500.650.61
HSV179°59°86°
CMYK 0.590.000.01   0.14
XYZ42.562558.472575.3727
Yxy58.47250.24130.3315
Hunter Lab76.4673-34.4628-4.9142
CIE-Lab81.0008-35.5761-9.6791

#5bdcda color RGB value is (91,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 11011010
Octal 133 334 332
Decimal 91 220 218
Hex 5B DC DA

RGB Percentages of Color #5bdcda

%17.20
%41.59
%41.21

CMYK Percentages of Color #5bdcda

%59
%0
%1
%14

Triadic Colors of #5bdcda

#5bdcda #da5bdc #dcda5b

Analogous Colors of #5bdcda

#5bdcda #5b9edc #5bdc9a

Monochromatic Colors of #5bdcda

#5bdcda

Complementary Color

#5bdcda #dc5b5d

#5bdcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdcda Color CSS Codes

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

#5bdcda Text Font Color

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

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


#5bdcda Background Color

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

This div background color is #5bdcda


#5bdcda Border Color

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

This div border color is #5bdcda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,220,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 #5bdcda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdcda


Comments

No comments written yet.

Please login to write comment.