Color Hex Logo

#5bebaa Color Hex

#5BEBAA
(91,235,170)
0 Favorites   0 Comments

Color spaces of #5bebaa

RGB 91235170
HSL0.420.780.64
HSV153°61°92°
CMYK 0.610.000.28   0.08
XYZ41.278464.543148.3127
Yxy64.54310.26780.4187
Hunter Lab80.3387-48.878620.5823
CIE-Lab84.2477-53.458020.2963

#5bebaa color RGB value is (91,235,170).

#5bebaa hex color red value is 91, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5bebaa hue: 0.42 , saturation: 0.78 and the lightness value of 5bebaa is 0.64.

The process color (four color CMYK) of #5bebaa color hex is 0.61, 0.00, 0.28, 0.08. Web safe color of #5bebaa is #66ff99. Color #5bebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 10101010
Octal 133 353 252
Decimal 91 235 170
Hex 5B EB AA

RGB Percentages of Color #5bebaa

%18.35
%47.38
%34.27

CMYK Percentages of Color #5bebaa

%61
%0
%28
%8

Triadic Colors of #5bebaa

#5bebaa #aa5beb #ebaa5b

Analogous Colors of #5bebaa

#5bebaa #5be4eb #5beb62

Monochromatic Colors of #5bebaa

#5bebaa

Complementary Color

#5bebaa #eb5b9c

#5bebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebaa Color CSS Codes

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

#5bebaa Text Font Color

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

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


#5bebaa Background Color

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

This div background color is #5bebaa


#5bebaa Border Color

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

This div border color is #5bebaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,235,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 #5bebaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebaa


Comments

No comments written yet.

Please login to write comment.