Color Hex Logo

#5bbeac Color Hex

#5BBEAC
(91,190,172)
0 Favorites   0 Comments

Color spaces of #5bbeac

RGB 91190172
HSL0.470.430.55
HSV169°52°75°
CMYK 0.520.000.09   0.25
XYZ30.174242.029645.5519
Yxy42.02960.25620.3569
Hunter Lab64.8302-30.37293.7220
CIE-Lab70.8913-33.44150.2308

#5bbeac color RGB value is (91,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 10101100
Octal 133 276 254
Decimal 91 190 172
Hex 5B BE AC

RGB Percentages of Color #5bbeac

%20.09
%41.94
%37.97

CMYK Percentages of Color #5bbeac

%52
%0
%9
%25

Triadic Colors of #5bbeac

#5bbeac #ac5bbe #beac5b

Analogous Colors of #5bbeac

#5bbeac #5b9fbe #5bbe7b

Monochromatic Colors of #5bbeac

#5bbeac

Complementary Color

#5bbeac #be5b6d

#5bbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbeac Color CSS Codes

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

#5bbeac Text Font Color

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

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


#5bbeac Background Color

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

This div background color is #5bbeac


#5bbeac Border Color

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

This div border color is #5bbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbeac


Comments

No comments written yet.

Please login to write comment.