Color Hex Logo

#5bbeb6 Color Hex

#5BBEB6
(91,190,182)
0 Favorites   0 Comments

Color spaces of #5bbeb6

RGB 91190182
HSL0.490.430.55
HSV175°52°75°
CMYK 0.520.000.04   0.25
XYZ31.171342.428550.8026
Yxy42.42850.25060.3411
Hunter Lab65.1372-28.5691-0.6462
CIE-Lab71.1654-30.9062-4.8364

#5bbeb6 color RGB value is (91,190,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 10110110
Octal 133 276 266
Decimal 91 190 182
Hex 5B BE B6

RGB Percentages of Color #5bbeb6

%19.65
%41.04
%39.31

CMYK Percentages of Color #5bbeb6

%52
%0
%4
%25

Triadic Colors of #5bbeb6

#5bbeb6 #b65bbe #beb65b

Analogous Colors of #5bbeb6

#5bbeb6 #5b95be #5bbe85

Monochromatic Colors of #5bbeb6

#5bbeb6

Complementary Color

#5bbeb6 #be5b63

#5bbeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbeb6 Color CSS Codes

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

#5bbeb6 Text Font Color

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

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


#5bbeb6 Background Color

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

This div background color is #5bbeb6


#5bbeb6 Border Color

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

This div border color is #5bbeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbeb6


Comments

No comments written yet.

Please login to write comment.