Color Hex Logo

#589aad Color Hex

#589AAD
(88,154,173)
0 Favorites   0 Comments

Color spaces of #589aad

RGB 88154173
HSL0.540.340.51
HSV193°49°68°
CMYK 0.490.110.00   0.32
XYZ23.122928.203043.7602
Yxy28.20300.24320.2966
Hunter Lab53.1065-15.2164-11.6809
CIE-Lab60.0717-15.7635-16.4363

#589aad color RGB value is (88,154,173).

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

The process color (four color CMYK) of #589aad color hex is 0.49, 0.11, 0.00, 0.32. Web safe color of #589aad is #669999. Color #589aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011010 10101101
Octal 130 232 255
Decimal 88 154 173
Hex 58 9A AD

RGB Percentages of Color #589aad

%21.20
%37.11
%41.69

CMYK Percentages of Color #589aad

%49
%11
%0
%32

Triadic Colors of #589aad

#589aad #ad589a #9aad58

Analogous Colors of #589aad

#589aad #5870ad #58ad96

Monochromatic Colors of #589aad

#589aad

Complementary Color

#589aad #ad6b58

#589aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#589aad Color CSS Codes

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

#589aad Text Font Color

<p style="color:#589aad">Text here</p>

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


#589aad Background Color

<div style="background-color:#589aad">
Div content here</div>

This div background color is #589aad


#589aad Border Color

<div style="border:3px solid #589aad">
Div here</div>

This div border color is #589aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589aad


Comments

No comments written yet.

Please login to write comment.