Color Hex Logo

#5bace0 Color Hex

#5BACE0
(91,172,224)
0 Favorites   0 Comments

Color spaces of #5bace0

RGB 91172224
HSL0.570.680.62
HSV203°59°88°
CMYK 0.590.230.00   0.12
XYZ32.521537.111075.9701
Yxy37.11100.22340.2549
Hunter Lab60.9188-11.3157-31.2957
CIE-Lab67.3602-9.5965-33.6635

#5bace0 color RGB value is (91,172,224).

#5bace0 hex color red value is 91, green value is 172 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #5bace0 hue: 0.57 , saturation: 0.68 and the lightness value of 5bace0 is 0.62.

The process color (four color CMYK) of #5bace0 color hex is 0.59, 0.23, 0.00, 0.12. Web safe color of #5bace0 is #6699cc. Color #5bace0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101100 11100000
Octal 133 254 340
Decimal 91 172 224
Hex 5B AC E0

RGB Percentages of Color #5bace0

%18.69
%35.32
%46.00

CMYK Percentages of Color #5bace0

%59
%23
%0
%12

Triadic Colors of #5bace0

#5bace0 #e05bac #ace05b

Analogous Colors of #5bace0

#5bace0 #5b6ae0 #5be0d2

Monochromatic Colors of #5bace0

#5bace0

Complementary Color

#5bace0 #e08f5b

#5bace0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bace0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bace0 Color CSS Codes

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

#5bace0 Text Font Color

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

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


#5bace0 Background Color

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

This div background color is #5bace0


#5bace0 Border Color

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

This div border color is #5bace0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bace0


Comments

No comments written yet.

Please login to write comment.