Color Hex Logo

#5898ac Color Hex

#5898AC
(88,152,172)
0 Favorites   0 Comments

Color spaces of #5898ac

RGB 88152172
HSL0.540.340.51
HSV194°49°67°
CMYK 0.490.120.00   0.33
XYZ22.699127.509743.1433
Yxy27.50970.24320.2947
Hunter Lab52.4497-14.5360-12.0551
CIE-Lab59.4432-14.9730-16.8231

#5898ac color RGB value is (88,152,172).

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

The process color (four color CMYK) of #5898ac color hex is 0.49, 0.12, 0.00, 0.33. Web safe color of #5898ac is #669999. Color #5898ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011000 10101100
Octal 130 230 254
Decimal 88 152 172
Hex 58 98 AC

RGB Percentages of Color #5898ac

%21.36
%36.89
%41.75

CMYK Percentages of Color #5898ac

%49
%12
%0
%33

Triadic Colors of #5898ac

#5898ac #ac5898 #98ac58

Analogous Colors of #5898ac

#5898ac #586eac #58ac96

Monochromatic Colors of #5898ac

#5898ac

Complementary Color

#5898ac #ac6c58

#5898ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5898ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5898ac Color CSS Codes

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

#5898ac Text Font Color

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

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


#5898ac Background Color

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

This div background color is #5898ac


#5898ac Border Color

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

This div border color is #5898ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5898ac


Comments

No comments written yet.

Please login to write comment.