Color Hex Logo

#5890bc Color Hex

#5890BC
(88,144,188)
0 Favorites   0 Comments

Color spaces of #5890bc

RGB 88144188
HSL0.570.430.54
HSV206°53°74°
CMYK 0.530.230.00   0.26
XYZ23.074925.652151.3121
Yxy25.65210.23070.2564
Hunter Lab50.6479-7.3102-24.6140
CIE-Lab57.7053-5.7798-28.5602

#5890bc color RGB value is (88,144,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010000 10111100
Octal 130 220 274
Decimal 88 144 188
Hex 58 90 BC

RGB Percentages of Color #5890bc

%20.95
%34.29
%44.76

CMYK Percentages of Color #5890bc

%53
%23
%0
%26

Triadic Colors of #5890bc

#5890bc #bc5890 #90bc58

Analogous Colors of #5890bc

#5890bc #585ebc #58bcb6

Monochromatic Colors of #5890bc

#5890bc

Complementary Color

#5890bc #bc8458

#5890bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5890bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5890bc Color CSS Codes

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

#5890bc Text Font Color

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

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


#5890bc Background Color

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

This div background color is #5890bc


#5890bc Border Color

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

This div border color is #5890bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5890bc


Comments

No comments written yet.

Please login to write comment.