Color Hex Logo

#5baabb Color Hex

#5BAABB
(91,170,187)
0 Favorites   0 Comments

Color spaces of #5baabb

RGB 91170187
HSL0.530.410.55
HSV191°51°73°
CMYK 0.510.090.00   0.27
XYZ27.658734.561552.2270
Yxy34.56150.24170.3020
Hunter Lab58.7890-18.9012-11.5197
CIE-Lab65.4058-19.5518-16.2030

#5baabb color RGB value is (91,170,187).

#5baabb hex color red value is 91, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5baabb hue: 0.53 , saturation: 0.41 and the lightness value of 5baabb is 0.55.

The process color (four color CMYK) of #5baabb color hex is 0.51, 0.09, 0.00, 0.27. Web safe color of #5baabb is #6699cc. Color #5baabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 10111011
Octal 133 252 273
Decimal 91 170 187
Hex 5B AA BB

RGB Percentages of Color #5baabb

%20.31
%37.95
%41.74

CMYK Percentages of Color #5baabb

%51
%9
%0
%27

Triadic Colors of #5baabb

#5baabb #bb5baa #aabb5b

Analogous Colors of #5baabb

#5baabb #5b7abb #5bbb9c

Monochromatic Colors of #5baabb

#5baabb

Complementary Color

#5baabb #bb6c5b

#5baabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baabb Color CSS Codes

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

#5baabb Text Font Color

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

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


#5baabb Background Color

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

This div background color is #5baabb


#5baabb Border Color

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

This div border color is #5baabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baabb


Comments

No comments written yet.

Please login to write comment.