Color Hex Logo

#5bbaae Color Hex

#5BBAAE
(91,186,174)
1 Favorites   0 Comments

Color spaces of #5bbaae

RGB 91186174
HSL0.480.410.54
HSV172°51°73°
CMYK 0.510.000.06   0.27
XYZ29.513340.398046.2865
Yxy40.39800.25400.3477
Hunter Lab63.5594-28.34401.3143
CIE-Lab69.7521-31.0396-2.5332

#5bbaae color RGB value is (91,186,174).

#5bbaae hex color red value is 91, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5bbaae hue: 0.48 , saturation: 0.41 and the lightness value of 5bbaae is 0.54.

The process color (four color CMYK) of #5bbaae color hex is 0.51, 0.00, 0.06, 0.27. Web safe color of #5bbaae is #66cc99. Color #5bbaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 10101110
Octal 133 272 256
Decimal 91 186 174
Hex 5B BA AE

RGB Percentages of Color #5bbaae

%20.18
%41.24
%38.58

CMYK Percentages of Color #5bbaae

%51
%0
%6
%27

Triadic Colors of #5bbaae

#5bbaae #ae5bba #baae5b

Analogous Colors of #5bbaae

#5bbaae #5b97ba #5bba7f

Monochromatic Colors of #5bbaae

#5bbaae

Complementary Color

#5bbaae #ba5b67

#5bbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbaae Color CSS Codes

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

#5bbaae Text Font Color

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

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


#5bbaae Background Color

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

This div background color is #5bbaae


#5bbaae Border Color

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

This div border color is #5bbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbaae


Comments

No comments written yet.

Please login to write comment.