Color Hex Logo

#588cad Color Hex

#588CAD
(88,140,173)
0 Favorites   0 Comments

Color spaces of #588cad

RGB 88140173
HSL0.560.340.51
HSV203°49°68°
CMYK 0.490.190.00   0.32
XYZ20.945423.848043.0343
Yxy23.84800.23850.2715
Hunter Lab48.8344-8.9004-18.0640
CIE-Lab55.9353-8.0568-22.7473

#588cad color RGB value is (88,140,173).

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

The process color (four color CMYK) of #588cad color hex is 0.49, 0.19, 0.00, 0.32. Web safe color of #588cad is #669999. Color #588cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001100 10101101
Octal 130 214 255
Decimal 88 140 173
Hex 58 8C AD

RGB Percentages of Color #588cad

%21.95
%34.91
%43.14

CMYK Percentages of Color #588cad

%49
%19
%0
%32

Triadic Colors of #588cad

#588cad #ad588c #8cad58

Analogous Colors of #588cad

#588cad #5861ad #58ada4

Monochromatic Colors of #588cad

#588cad

Complementary Color

#588cad #ad7958

#588cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#588cad Color CSS Codes

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

#588cad Text Font Color

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

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


#588cad Background Color

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

This div background color is #588cad


#588cad Border Color

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

This div border color is #588cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588cad


Comments

No comments written yet.

Please login to write comment.