Color Hex Logo

#5896bc Color Hex

#5896BC
(88,150,188)
0 Favorites   0 Comments

Color spaces of #5896bc

RGB 88150188
HSL0.560.430.54
HSV203°53°74°
CMYK 0.530.200.00   0.26
XYZ24.007927.518251.6232
Yxy27.51820.23270.2668
Hunter Lab52.4578-10.1086-21.6263
CIE-Lab59.4509-9.1554-25.8644

#5896bc color RGB value is (88,150,188).

#5896bc hex color red value is 88, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5896bc hue: 0.56 , saturation: 0.43 and the lightness value of 5896bc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010110 10111100
Octal 130 226 274
Decimal 88 150 188
Hex 58 96 BC

RGB Percentages of Color #5896bc

%20.66
%35.21
%44.13

CMYK Percentages of Color #5896bc

%53
%20
%0
%26

Triadic Colors of #5896bc

#5896bc #bc5896 #96bc58

Analogous Colors of #5896bc

#5896bc #5864bc #58bcb0

Monochromatic Colors of #5896bc

#5896bc

Complementary Color

#5896bc #bc7e58

#5896bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5896bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5896bc Color CSS Codes

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

#5896bc Text Font Color

<p style="color:#5896bc">Text here</p>

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


#5896bc Background Color

<div style="background-color:#5896bc">
Div content here</div>

This div background color is #5896bc


#5896bc Border Color

<div style="border:3px solid #5896bc">
Div here</div>

This div border color is #5896bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,150,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5896bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5896bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5896bc;
  box-shadow:         1px 1px 3px 2px #5896bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,150,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5896bc


Comments

No comments written yet.

Please login to write comment.