Color Hex Logo

#5baace Color Hex

#5BAACE
(91,170,206)
0 Favorites   0 Comments

Color spaces of #5baace

RGB 91170206
HSL0.550.540.58
HSV199°56°81°
CMYK 0.560.170.00   0.19
XYZ29.829735.429863.6590
Yxy35.42980.23140.2748
Hunter Lab59.5229-14.7105-21.7438
CIE-Lab66.0819-14.0144-25.7155

#5baace color RGB value is (91,170,206).

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

The process color (four color CMYK) of #5baace color hex is 0.56, 0.17, 0.00, 0.19. Web safe color of #5baace is #6699cc. Color #5baace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 11001110
Octal 133 252 316
Decimal 91 170 206
Hex 5B AA CE

RGB Percentages of Color #5baace

%19.49
%36.40
%44.11

CMYK Percentages of Color #5baace

%56
%17
%0
%19

Triadic Colors of #5baace

#5baace #ce5baa #aace5b

Analogous Colors of #5baace

#5baace #5b71ce #5bceb9

Monochromatic Colors of #5baace

#5baace

Complementary Color

#5baace #ce7f5b

#5baace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baace Color CSS Codes

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

#5baace Text Font Color

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

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


#5baace Background Color

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

This div background color is #5baace


#5baace Border Color

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

This div border color is #5baace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baace


Comments

No comments written yet.

Please login to write comment.