Color Hex Logo

#5bbcab Color Hex

#5BBCAB
(91,188,171)
0 Favorites   0 Comments

Color spaces of #5bbcab

RGB 91188171
HSL0.470.420.55
HSV169°52°74°
CMYK 0.520.000.09   0.26
XYZ29.648341.130944.9045
Yxy41.13090.25630.3555
Hunter Lab64.1334-29.71443.3801
CIE-Lab70.2675-32.7459-0.1327

#5bbcab color RGB value is (91,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111100 10101011
Octal 133 274 253
Decimal 91 188 171
Hex 5B BC AB

RGB Percentages of Color #5bbcab

%20.22
%41.78
%38.00

CMYK Percentages of Color #5bbcab

%52
%0
%9
%26

Triadic Colors of #5bbcab

#5bbcab #ab5bbc #bcab5b

Analogous Colors of #5bbcab

#5bbcab #5b9dbc #5bbc7b

Monochromatic Colors of #5bbcab

#5bbcab

Complementary Color

#5bbcab #bc5b6c

#5bbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbcab Color CSS Codes

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

#5bbcab Text Font Color

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

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


#5bbcab Background Color

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

This div background color is #5bbcab


#5bbcab Border Color

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

This div border color is #5bbcab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,188,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 #5bbcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbcab


Comments

No comments written yet.

Please login to write comment.