Color Hex Logo

#589dad Color Hex

#589DAD
(88,157,173)
0 Favorites   0 Comments

Color spaces of #589dad

RGB 88157173
HSL0.530.340.51
HSV191°49°68°
CMYK 0.490.090.00   0.32
XYZ23.624329.205843.9273
Yxy29.20580.24420.3018
Hunter Lab54.0424-16.5440-10.3630
CIE-Lab60.9628-17.3646-15.0874

#589dad color RGB value is (88,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011101 10101101
Octal 130 235 255
Decimal 88 157 173
Hex 58 9D AD

RGB Percentages of Color #589dad

%21.05
%37.56
%41.39

CMYK Percentages of Color #589dad

%49
%9
%0
%32

Triadic Colors of #589dad

#589dad #ad589d #9dad58

Analogous Colors of #589dad

#589dad #5873ad #58ad93

Monochromatic Colors of #589dad

#589dad

Complementary Color

#589dad #ad6858

#589dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#589dad Color CSS Codes

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

#589dad Text Font Color

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

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


#589dad Background Color

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

This div background color is #589dad


#589dad Border Color

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

This div border color is #589dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589dad


Comments

No comments written yet.

Please login to write comment.