Color Hex Logo

#5886bc Color Hex

#5886BC
(88,134,188)
0 Favorites   0 Comments

Color spaces of #5886bc

RGB 88134188
HSL0.590.430.54
HSV212°53°74°
CMYK 0.530.290.00   0.26
XYZ21.626722.755750.8294
Yxy22.75570.22710.2390
Hunter Lab47.7029-2.5550-29.7838
CIE-Lab54.8198-0.0090-33.0456

#5886bc color RGB value is (88,134,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000110 10111100
Octal 130 206 274
Decimal 88 134 188
Hex 58 86 BC

RGB Percentages of Color #5886bc

%21.46
%32.68
%45.85

CMYK Percentages of Color #5886bc

%53
%29
%0
%26

Triadic Colors of #5886bc

#5886bc #bc5886 #86bc58

Analogous Colors of #5886bc

#5886bc #5c58bc #58b8bc

Monochromatic Colors of #5886bc

#5886bc

Complementary Color

#5886bc #bc8e58

#5886bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5886bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5886bc Color CSS Codes

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

#5886bc Text Font Color

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

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


#5886bc Background Color

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

This div background color is #5886bc


#5886bc Border Color

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

This div border color is #5886bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5886bc


Comments

No comments written yet.

Please login to write comment.