Color Hex Logo

#589dae Color Hex

#589DAE
(88,157,174)
0 Favorites   0 Comments

Color spaces of #589dae

RGB 88157174
HSL0.530.350.51
HSV192°49°68°
CMYK 0.490.100.00   0.32
XYZ23.721529.244644.4389
Yxy29.24460.24350.3002
Hunter Lab54.0783-16.3377-10.8668
CIE-Lab60.9969-17.0809-15.6002

#589dae color RGB value is (88,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011101 10101110
Octal 130 235 256
Decimal 88 157 174
Hex 58 9D AE

RGB Percentages of Color #589dae

%21.00
%37.47
%41.53

CMYK Percentages of Color #589dae

%49
%10
%0
%32

Triadic Colors of #589dae

#589dae #ae589d #9dae58

Analogous Colors of #589dae

#589dae #5872ae #58ae94

Monochromatic Colors of #589dae

#589dae

Complementary Color

#589dae #ae6958

#589dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#589dae Color CSS Codes

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

#589dae Text Font Color

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

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


#589dae Background Color

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

This div background color is #589dae


#589dae Border Color

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

This div border color is #589dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589dae


Comments

No comments written yet.

Please login to write comment.