Color Hex Logo

#5bdbae Color Hex

#5BDBAE
(91,219,174)
0 Favorites   0 Comments

Color spaces of #5bdbae

RGB 91219174
HSL0.440.640.61
HSV159°58°86°
CMYK 0.580.000.21   0.14
XYZ37.285955.943248.8773
Yxy55.94320.26240.3937
Hunter Lab74.7952-41.908113.6117
CIE-Lab79.5815-45.968611.6590

#5bdbae color RGB value is (91,219,174).

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

The process color (four color CMYK) of #5bdbae color hex is 0.58, 0.00, 0.21, 0.14. Web safe color of #5bdbae is #66cc99. Color #5bdbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011011 10101110
Octal 133 333 256
Decimal 91 219 174
Hex 5B DB AE

RGB Percentages of Color #5bdbae

%18.80
%45.25
%35.95

CMYK Percentages of Color #5bdbae

%58
%0
%21
%14

Triadic Colors of #5bdbae

#5bdbae #ae5bdb #dbae5b

Analogous Colors of #5bdbae

#5bdbae #5bc8db #5bdb6e

Monochromatic Colors of #5bdbae

#5bdbae

Complementary Color

#5bdbae #db5b88

#5bdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdbae Color CSS Codes

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

#5bdbae Text Font Color

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

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


#5bdbae Background Color

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

This div background color is #5bdbae


#5bdbae Border Color

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

This div border color is #5bdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdbae


Comments

No comments written yet.

Please login to write comment.