Color Hex Logo

#5888bd Color Hex

#5888BD
(88,136,189)
0 Favorites   0 Comments

Color spaces of #5888bd

RGB 88136189
HSL0.590.430.54
HSV211°53°74°
CMYK 0.530.280.00   0.26
XYZ22.014023.357151.4922
Yxy23.35710.22730.2411
Hunter Lab48.3292-3.2691-29.3399
CIE-Lab55.4383-0.8634-32.6508

#5888bd color RGB value is (88,136,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001000 10111101
Octal 130 210 275
Decimal 88 136 189
Hex 58 88 BD

RGB Percentages of Color #5888bd

%21.31
%32.93
%45.76

CMYK Percentages of Color #5888bd

%53
%28
%0
%26

Triadic Colors of #5888bd

#5888bd #bd5888 #88bd58

Analogous Colors of #5888bd

#5888bd #5b58bd #58bbbd

Monochromatic Colors of #5888bd

#5888bd

Complementary Color

#5888bd #bd8d58

#5888bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5888bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5888bd Color CSS Codes

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

#5888bd Text Font Color

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

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


#5888bd Background Color

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

This div background color is #5888bd


#5888bd Border Color

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

This div border color is #5888bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5888bd


Comments

No comments written yet.

Please login to write comment.