Color Hex Logo

#5894bd Color Hex

#5894BD
(88,148,189)
0 Favorites   0 Comments

Color spaces of #5894bd

RGB 88148189
HSL0.570.430.54
HSV204°53°74°
CMYK 0.530.220.00   0.26
XYZ23.799726.928652.0875
Yxy26.92860.23150.2619
Hunter Lab51.8928-8.9465-23.1875
CIE-Lab58.9082-7.7322-27.2664

#5894bd color RGB value is (88,148,189).

#5894bd hex color red value is 88, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5894bd hue: 0.57 , saturation: 0.43 and the lightness value of 5894bd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010100 10111101
Octal 130 224 275
Decimal 88 148 189
Hex 58 94 BD

RGB Percentages of Color #5894bd

%20.71
%34.82
%44.47

CMYK Percentages of Color #5894bd

%53
%22
%0
%26

Triadic Colors of #5894bd

#5894bd #bd5894 #94bd58

Analogous Colors of #5894bd

#5894bd #5861bd #58bdb4

Monochromatic Colors of #5894bd

#5894bd

Complementary Color

#5894bd #bd8158

#5894bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5894bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5894bd Color CSS Codes

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

#5894bd Text Font Color

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

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


#5894bd Background Color

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

This div background color is #5894bd


#5894bd Border Color

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

This div border color is #5894bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,148,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 #5894bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5894bd


Comments

No comments written yet.

Please login to write comment.