Color Hex Logo

#5bbaac Color Hex

#5BBAAC
(91,186,172)
0 Favorites   0 Comments

Color spaces of #5bbaac

RGB 91186172
HSL0.480.410.54
HSV171°51°73°
CMYK 0.510.000.08   0.27
XYZ29.319740.320545.2671
Yxy40.32050.25520.3509
Hunter Lab63.4984-28.70182.1819
CIE-Lab69.6972-31.5450-1.5156

#5bbaac color RGB value is (91,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 10101100
Octal 133 272 254
Decimal 91 186 172
Hex 5B BA AC

RGB Percentages of Color #5bbaac

%20.27
%41.43
%38.31

CMYK Percentages of Color #5bbaac

%51
%0
%8
%27

Triadic Colors of #5bbaac

#5bbaac #ac5bba #baac5b

Analogous Colors of #5bbaac

#5bbaac #5b99ba #5bba7d

Monochromatic Colors of #5bbaac

#5bbaac

Complementary Color

#5bbaac #ba5b69

#5bbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbaac Color CSS Codes

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

#5bbaac Text Font Color

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

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


#5bbaac Background Color

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

This div background color is #5bbaac


#5bbaac Border Color

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

This div border color is #5bbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbaac


Comments

No comments written yet.

Please login to write comment.