Color Hex Logo

#5bbea4 Color Hex

#5BBEA4
(91,190,164)
0 Favorites   0 Comments

Color spaces of #5bbea4

RGB 91190164
HSL0.460.430.55
HSV164°52°75°
CMYK 0.520.000.14   0.25
XYZ29.428741.731441.6259
Yxy41.73140.26090.3700
Hunter Lab64.5998-31.73347.0155
CIE-Lab70.6853-35.38614.3028

#5bbea4 color RGB value is (91,190,164).

#5bbea4 hex color red value is 91, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #5bbea4 hue: 0.46 , saturation: 0.43 and the lightness value of 5bbea4 is 0.55.

The process color (four color CMYK) of #5bbea4 color hex is 0.52, 0.00, 0.14, 0.25. Web safe color of #5bbea4 is #66cc99. Color #5bbea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 10100100
Octal 133 276 244
Decimal 91 190 164
Hex 5B BE A4

RGB Percentages of Color #5bbea4

%20.45
%42.70
%36.85

CMYK Percentages of Color #5bbea4

%52
%0
%14
%25

Triadic Colors of #5bbea4

#5bbea4 #a45bbe #bea45b

Analogous Colors of #5bbea4

#5bbea4 #5ba7be #5bbe73

Monochromatic Colors of #5bbea4

#5bbea4

Complementary Color

#5bbea4 #be5b75

#5bbea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbea4 Color CSS Codes

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

#5bbea4 Text Font Color

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

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


#5bbea4 Background Color

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

This div background color is #5bbea4


#5bbea4 Border Color

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

This div border color is #5bbea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbea4


Comments

No comments written yet.

Please login to write comment.