Color Hex Logo

#5ba4dc Color Hex

#5BA4DC
(91,164,220)
0 Favorites   0 Comments

Color spaces of #5ba4dc

RGB 91164220
HSL0.570.650.61
HSV206°59°86°
CMYK 0.590.250.00   0.14
XYZ30.508133.942472.6537
Yxy33.94240.22250.2476
Hunter Lab58.2601-8.4831-33.1560
CIE-Lab64.9168-6.4358-35.2565

#5ba4dc color RGB value is (91,164,220).

#5ba4dc hex color red value is 91, green value is 164 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ba4dc hue: 0.57 , saturation: 0.65 and the lightness value of 5ba4dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100100 11011100
Octal 133 244 334
Decimal 91 164 220
Hex 5B A4 DC

RGB Percentages of Color #5ba4dc

%19.16
%34.53
%46.32

CMYK Percentages of Color #5ba4dc

%59
%25
%0
%14

Triadic Colors of #5ba4dc

#5ba4dc #dc5ba4 #a4dc5b

Analogous Colors of #5ba4dc

#5ba4dc #5b64dc #5bdcd4

Monochromatic Colors of #5ba4dc

#5ba4dc

Complementary Color

#5ba4dc #dc935b

#5ba4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba4dc Color CSS Codes

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

#5ba4dc Text Font Color

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

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


#5ba4dc Background Color

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

This div background color is #5ba4dc


#5ba4dc Border Color

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

This div border color is #5ba4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba4dc


Comments

No comments written yet.

Please login to write comment.