Color Hex Logo

#5889ba Color Hex

#5889BA
(88,137,186)
0 Favorites   0 Comments

Color spaces of #5889ba

RGB 88137186
HSL0.580.420.54
HSV210°53°73°
CMYK 0.530.260.00   0.27
XYZ21.833123.511249.8418
Yxy23.51120.22940.2470
Hunter Lab48.4883-4.4805-27.0031
CIE-Lab55.5950-2.3825-30.6976

#5889ba color RGB value is (88,137,186).

#5889ba hex color red value is 88, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5889ba hue: 0.58 , saturation: 0.42 and the lightness value of 5889ba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001001 10111010
Octal 130 211 272
Decimal 88 137 186
Hex 58 89 BA

RGB Percentages of Color #5889ba

%21.41
%33.33
%45.26

CMYK Percentages of Color #5889ba

%53
%26
%0
%27

Triadic Colors of #5889ba

#5889ba #ba5889 #89ba58

Analogous Colors of #5889ba

#5889ba #5858ba #58baba

Monochromatic Colors of #5889ba

#5889ba

Complementary Color

#5889ba #ba8958

#5889ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5889ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5889ba Color CSS Codes

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

#5889ba Text Font Color

<p style="color:#5889ba">Text here</p>

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


#5889ba Background Color

<div style="background-color:#5889ba">
Div content here</div>

This div background color is #5889ba


#5889ba Border Color

<div style="border:3px solid #5889ba">
Div here</div>

This div border color is #5889ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,137,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5889ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5889ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5889ba;
  box-shadow:         1px 1px 3px 2px #5889ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5889ba


Comments

No comments written yet.

Please login to write comment.