Color Hex Logo

#5baccc Color Hex

#5BACCC
(91,172,204)
0 Favorites   0 Comments

Color spaces of #5baccc

RGB 91172204
HSL0.550.530.58
HSV197°55°80°
CMYK 0.550.160.00   0.20
XYZ29.966036.088862.5132
Yxy36.08880.23310.2807
Hunter Lab60.0740-16.0903-19.6456
CIE-Lab66.5877-15.6778-23.8340

#5baccc color RGB value is (91,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101100 11001100
Octal 133 254 314
Decimal 91 172 204
Hex 5B AC CC

RGB Percentages of Color #5baccc

%19.49
%36.83
%43.68

CMYK Percentages of Color #5baccc

%55
%16
%0
%20

Triadic Colors of #5baccc

#5baccc #cc5bac #accc5b

Analogous Colors of #5baccc

#5baccc #5b74cc #5bccb4

Monochromatic Colors of #5baccc

#5baccc

Complementary Color

#5baccc #cc7b5b

#5baccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baccc Color CSS Codes

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

#5baccc Text Font Color

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

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


#5baccc Background Color

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

This div background color is #5baccc


#5baccc Border Color

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

This div border color is #5baccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baccc


Comments

No comments written yet.

Please login to write comment.