Color Hex Logo

#5bbaab Color Hex

#5BBAAB
(91,186,171)
0 Favorites   0 Comments

Color spaces of #5bbaab

RGB 91186171
HSL0.470.410.54
HSV171°51°73°
CMYK 0.510.000.08   0.27
XYZ29.224040.282244.7631
Yxy40.28220.25570.3525
Hunter Lab63.4683-28.87902.6115
CIE-Lab69.6701-31.7960-1.0064

#5bbaab color RGB value is (91,186,171).

#5bbaab hex color red value is 91, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5bbaab hue: 0.47 , saturation: 0.41 and the lightness value of 5bbaab is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 10101011
Octal 133 272 253
Decimal 91 186 171
Hex 5B BA AB

RGB Percentages of Color #5bbaab

%20.31
%41.52
%38.17

CMYK Percentages of Color #5bbaab

%51
%0
%8
%27

Triadic Colors of #5bbaab

#5bbaab #ab5bba #baab5b

Analogous Colors of #5bbaab

#5bbaab #5b9aba #5bba7c

Monochromatic Colors of #5bbaab

#5bbaab

Complementary Color

#5bbaab #ba5b6a

#5bbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbaab Color CSS Codes

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

#5bbaab Text Font Color

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

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


#5bbaab Background Color

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

This div background color is #5bbaab


#5bbaab Border Color

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

This div border color is #5bbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbaab


Comments

No comments written yet.

Please login to write comment.