Color Hex Logo

#5baac7 Color Hex

#5BAAC7
(91,170,199)
0 Favorites   0 Comments

Color spaces of #5baac7

RGB 91170199
HSL0.540.490.57
HSV196°54°78°
CMYK 0.540.150.00   0.22
XYZ28.997935.097159.2789
Yxy35.09710.23500.2845
Hunter Lab59.2428-16.3035-17.8562
CIE-Lab65.8242-16.0916-22.2328

#5baac7 color RGB value is (91,170,199).

#5baac7 hex color red value is 91, green value is 170 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #5baac7 hue: 0.54 , saturation: 0.49 and the lightness value of 5baac7 is 0.57.

The process color (four color CMYK) of #5baac7 color hex is 0.54, 0.15, 0.00, 0.22. Web safe color of #5baac7 is #6699cc. Color #5baac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 11000111
Octal 133 252 307
Decimal 91 170 199
Hex 5B AA C7

RGB Percentages of Color #5baac7

%19.78
%36.96
%43.26

CMYK Percentages of Color #5baac7

%54
%15
%0
%22

Triadic Colors of #5baac7

#5baac7 #c75baa #aac75b

Analogous Colors of #5baac7

#5baac7 #5b74c7 #5bc7ae

Monochromatic Colors of #5baac7

#5baac7

Complementary Color

#5baac7 #c7785b

#5baac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baac7 Color CSS Codes

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

#5baac7 Text Font Color

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

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


#5baac7 Background Color

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

This div background color is #5baac7


#5baac7 Border Color

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

This div border color is #5baac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baac7


Comments

No comments written yet.

Please login to write comment.