Color Hex Logo

#5baece Color Hex

#5BAECE
(91,174,206)
0 Favorites   0 Comments

Color spaces of #5baece

RGB 91174206
HSL0.550.540.58
HSV197°56°81°
CMYK 0.560.160.00   0.19
XYZ30.591036.952563.9127
Yxy36.95250.23270.2811
Hunter Lab60.7886-16.5524-19.7851
CIE-Lab67.2414-16.1456-23.9383

#5baece color RGB value is (91,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 11001110
Octal 133 256 316
Decimal 91 174 206
Hex 5B AE CE

RGB Percentages of Color #5baece

%19.32
%36.94
%43.74

CMYK Percentages of Color #5baece

%56
%16
%0
%19

Triadic Colors of #5baece

#5baece #ce5bae #aece5b

Analogous Colors of #5baece

#5baece #5b75ce #5bceb5

Monochromatic Colors of #5baece

#5baece

Complementary Color

#5baece #ce7b5b

#5baece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baece Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baece Color CSS Codes

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

#5baece Text Font Color

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

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


#5baece Background Color

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

This div background color is #5baece


#5baece Border Color

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

This div border color is #5baece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baece


Comments

No comments written yet.

Please login to write comment.