Color Hex Logo

#5bbaaa Color Hex

#5BBAAA
(91,186,170)
0 Favorites   0 Comments

Color spaces of #5bbaaa

RGB 91186170
HSL0.470.410.54
HSV170°51°73°
CMYK 0.510.000.09   0.27
XYZ29.129040.244244.2629
Yxy40.24420.25630.3541
Hunter Lab63.4383-29.05513.0383
CIE-Lab69.6431-32.0459-0.4968

#5bbaaa color RGB value is (91,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 10101010
Octal 133 272 252
Decimal 91 186 170
Hex 5B BA AA

RGB Percentages of Color #5bbaaa

%20.36
%41.61
%38.03

CMYK Percentages of Color #5bbaaa

%51
%0
%9
%27

Triadic Colors of #5bbaaa

#5bbaaa #aa5bba #baaa5b

Analogous Colors of #5bbaaa

#5bbaaa #5b9bba #5bba7b

Monochromatic Colors of #5bbaaa

#5bbaaa

Complementary Color

#5bbaaa #ba5b6b

#5bbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbaaa Color CSS Codes

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

#5bbaaa Text Font Color

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

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


#5bbaaa Background Color

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

This div background color is #5bbaaa


#5bbaaa Border Color

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

This div border color is #5bbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbaaa


Comments

No comments written yet.

Please login to write comment.