Color Hex Logo

#5bbeab Color Hex

#5BBEAB
(91,190,171)
0 Favorites   0 Comments

Color spaces of #5bbeab

RGB 91190171
HSL0.470.430.55
HSV168°52°75°
CMYK 0.520.000.10   0.25
XYZ30.078541.991345.0479
Yxy41.99130.25680.3585
Hunter Lab64.8007-30.54704.1435
CIE-Lab70.8649-33.68860.7390

#5bbeab color RGB value is (91,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 10101011
Octal 133 276 253
Decimal 91 190 171
Hex 5B BE AB

RGB Percentages of Color #5bbeab

%20.13
%42.04
%37.83

CMYK Percentages of Color #5bbeab

%52
%0
%10
%25

Triadic Colors of #5bbeab

#5bbeab #ab5bbe #beab5b

Analogous Colors of #5bbeab

#5bbeab #5ba0be #5bbe7a

Monochromatic Colors of #5bbeab

#5bbeab

Complementary Color

#5bbeab #be5b6e

#5bbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbeab Color CSS Codes

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

#5bbeab Text Font Color

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

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


#5bbeab Background Color

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

This div background color is #5bbeab


#5bbeab Border Color

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

This div border color is #5bbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbeab


Comments

No comments written yet.

Please login to write comment.