Color Hex Logo

#5ba8cc Color Hex

#5BA8CC
(91,168,204)
0 Favorites   0 Comments

Color spaces of #5ba8cc

RGB 91168204
HSL0.550.530.58
HSV199°55°80°
CMYK 0.550.180.00   0.20
XYZ29.216134.589062.2632
Yxy34.58900.23170.2744
Hunter Lab58.8124-14.2487-21.6001
CIE-Lab65.4274-13.5392-25.6126

#5ba8cc color RGB value is (91,168,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101000 11001100
Octal 133 250 314
Decimal 91 168 204
Hex 5B A8 CC

RGB Percentages of Color #5ba8cc

%19.65
%36.29
%44.06

CMYK Percentages of Color #5ba8cc

%55
%18
%0
%20

Triadic Colors of #5ba8cc

#5ba8cc #cc5ba8 #a8cc5b

Analogous Colors of #5ba8cc

#5ba8cc #5b70cc #5bccb8

Monochromatic Colors of #5ba8cc

#5ba8cc

Complementary Color

#5ba8cc #cc7f5b

#5ba8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba8cc Color CSS Codes

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

#5ba8cc Text Font Color

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

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


#5ba8cc Background Color

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

This div background color is #5ba8cc


#5ba8cc Border Color

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

This div border color is #5ba8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba8cc

#5ba8cc Color Palettes


Comments

No comments written yet.

Please login to write comment.