Color Hex Logo

#5488bd Color Hex

#5488BD
(84,136,189)
0 Favorites   0 Comments

Color spaces of #5488bd

RGB 84136189
HSL0.580.440.54
HSV210°56°74°
CMYK 0.560.280.00   0.26
XYZ21.645623.167351.4750
Yxy23.16730.22480.2406
Hunter Lab48.1324-3.9586-29.7147
CIE-Lab55.2442-1.7496-32.9680

#5488bd color RGB value is (84,136,189).

#5488bd hex color red value is 84, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5488bd hue: 0.58 , saturation: 0.44 and the lightness value of 5488bd is 0.54.

The process color (four color CMYK) of #5488bd color hex is 0.56, 0.28, 0.00, 0.26. Web safe color of #5488bd is #6699cc. Color #5488bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001000 10111101
Octal 124 210 275
Decimal 84 136 189
Hex 54 88 BD

RGB Percentages of Color #5488bd

%20.54
%33.25
%46.21

CMYK Percentages of Color #5488bd

%56
%28
%0
%26

Triadic Colors of #5488bd

#5488bd #bd5488 #88bd54

Analogous Colors of #5488bd

#5488bd #5554bd #54bdbd

Monochromatic Colors of #5488bd

#5488bd

Complementary Color

#5488bd #bd8954

#5488bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5488bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5488bd Color CSS Codes

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

#5488bd Text Font Color

<p style="color:#5488bd">Text here</p>

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


#5488bd Background Color

<div style="background-color:#5488bd">
Div content here</div>

This div background color is #5488bd


#5488bd Border Color

<div style="border:3px solid #5488bd">
Div here</div>

This div border color is #5488bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,136,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5488bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5488bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5488bd;
  box-shadow:         1px 1px 3px 2px #5488bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,136,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5488bd


Comments

No comments written yet.

Please login to write comment.