Color Hex Logo

#5bbbad Color Hex

#5BBBAD
(91,187,173)
0 Favorites   0 Comments

Color spaces of #5bbbad

RGB 91187173
HSL0.480.410.55
HSV171°51°73°
CMYK 0.510.000.07   0.27
XYZ29.627540.781945.8453
Yxy40.78190.25480.3508
Hunter Lab63.8607-28.94312.1385
CIE-Lab70.0228-31.7706-1.5870

#5bbbad color RGB value is (91,187,173).

#5bbbad hex color red value is 91, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5bbbad hue: 0.48 , saturation: 0.41 and the lightness value of 5bbbad is 0.55.

The process color (four color CMYK) of #5bbbad color hex is 0.51, 0.00, 0.07, 0.27. Web safe color of #5bbbad is #66cc99. Color #5bbbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 10101101
Octal 133 273 255
Decimal 91 187 173
Hex 5B BB AD

RGB Percentages of Color #5bbbad

%20.18
%41.46
%38.36

CMYK Percentages of Color #5bbbad

%51
%0
%7
%27

Triadic Colors of #5bbbad

#5bbbad #ad5bbb #bbad5b

Analogous Colors of #5bbbad

#5bbbad #5b99bb #5bbb7d

Monochromatic Colors of #5bbbad

#5bbbad

Complementary Color

#5bbbad #bb5b69

#5bbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbbad Color CSS Codes

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

#5bbbad Text Font Color

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

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


#5bbbad Background Color

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

This div background color is #5bbbad


#5bbbad Border Color

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

This div border color is #5bbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbbad


Comments

No comments written yet.

Please login to write comment.