Color Hex Logo

#5baaab Color Hex

#5BAAAB
(91,170,171)
0 Favorites   0 Comments

Color spaces of #5baaab

RGB 91170171
HSL0.500.320.51
HSV181°47°67°
CMYK 0.470.010.00   0.33
XYZ26.039833.913943.7017
Yxy33.91390.25120.3272
Hunter Lab58.2356-22.0969-3.7280
CIE-Lab64.8942-23.9413-8.0558

#5baaab color RGB value is (91,170,171).

#5baaab hex color red value is 91, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5baaab hue: 0.50 , saturation: 0.32 and the lightness value of 5baaab is 0.51.

The process color (four color CMYK) of #5baaab color hex is 0.47, 0.01, 0.00, 0.33. Web safe color of #5baaab is #669999. Color #5baaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 10101011
Octal 133 252 253
Decimal 91 170 171
Hex 5B AA AB

RGB Percentages of Color #5baaab

%21.06
%39.35
%39.58

CMYK Percentages of Color #5baaab

%47
%1
%0
%33

Triadic Colors of #5baaab

#5baaab #ab5baa #aaab5b

Analogous Colors of #5baaab

#5baaab #5b82ab #5bab84

Monochromatic Colors of #5baaab

#5baaab

Complementary Color

#5baaab #ab5c5b

#5baaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baaab Color CSS Codes

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

#5baaab Text Font Color

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

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


#5baaab Background Color

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

This div background color is #5baaab


#5baaab Border Color

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

This div border color is #5baaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baaab


Comments

No comments written yet.

Please login to write comment.