Color Hex Logo

#5898ba Color Hex

#5898BA
(88,152,186)
0 Favorites   0 Comments

Color spaces of #5898ba

RGB 88152186
HSL0.560.420.54
HSV201°53°73°
CMYK 0.530.180.00   0.27
XYZ24.115728.076450.6026
Yxy28.07640.23460.2731
Hunter Lab52.9872-11.4880-19.5308
CIE-Lab59.9577-10.8674-23.9561

#5898ba color RGB value is (88,152,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011000 10111010
Octal 130 230 272
Decimal 88 152 186
Hex 58 98 BA

RGB Percentages of Color #5898ba

%20.66
%35.68
%43.66

CMYK Percentages of Color #5898ba

%53
%18
%0
%27

Triadic Colors of #5898ba

#5898ba #ba5898 #98ba58

Analogous Colors of #5898ba

#5898ba #5867ba #58baab

Monochromatic Colors of #5898ba

#5898ba

Complementary Color

#5898ba #ba7a58

#5898ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5898ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5898ba Color CSS Codes

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

#5898ba Text Font Color

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

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


#5898ba Background Color

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

This div background color is #5898ba


#5898ba Border Color

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

This div border color is #5898ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5898ba


Comments

No comments written yet.

Please login to write comment.