Color Hex Logo

#588fac Color Hex

#588FAC
(88,143,172)
0 Favorites   0 Comments

Color spaces of #588fac

RGB 88143172
HSL0.560.340.51
HSV201°49°67°
CMYK 0.490.170.00   0.33
XYZ21.293424.698242.6747
Yxy24.69820.24020.2786
Hunter Lab49.6973-10.4898-16.1238
CIE-Lab56.7802-10.0351-20.8807

#588fac color RGB value is (88,143,172).

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

The process color (four color CMYK) of #588fac color hex is 0.49, 0.17, 0.00, 0.33. Web safe color of #588fac is #669999. Color #588fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001111 10101100
Octal 130 217 254
Decimal 88 143 172
Hex 58 8F AC

RGB Percentages of Color #588fac

%21.84
%35.48
%42.68

CMYK Percentages of Color #588fac

%49
%17
%0
%33

Triadic Colors of #588fac

#588fac #ac588f #8fac58

Analogous Colors of #588fac

#588fac #5865ac #58ac9f

Monochromatic Colors of #588fac

#588fac

Complementary Color

#588fac #ac7558

#588fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#588fac Color CSS Codes

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

#588fac Text Font Color

<p style="color:#588fac">Text here</p>

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


#588fac Background Color

<div style="background-color:#588fac">
Div content here</div>

This div background color is #588fac


#588fac Border Color

<div style="border:3px solid #588fac">
Div here</div>

This div border color is #588fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588fac


Comments

No comments written yet.

Please login to write comment.