Color Hex Logo

#589aa4 Color Hex

#589AA4
(88,154,164)
0 Favorites   0 Comments

Color spaces of #589aa4

RGB 88154164
HSL0.520.300.49
HSV188°46°64°
CMYK 0.460.060.00   0.36
XYZ22.280927.866239.3264
Yxy27.86620.24900.3114
Hunter Lab52.7884-17.0387-7.2180
CIE-Lab59.7677-18.2886-11.7972

#589aa4 color RGB value is (88,154,164).

#589aa4 hex color red value is 88, green value is 154 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #589aa4 hue: 0.52 , saturation: 0.30 and the lightness value of 589aa4 is 0.49.

The process color (four color CMYK) of #589aa4 color hex is 0.46, 0.06, 0.00, 0.36. Web safe color of #589aa4 is #669999. Color #589aa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011010 10100100
Octal 130 232 244
Decimal 88 154 164
Hex 58 9A A4

RGB Percentages of Color #589aa4

%21.67
%37.93
%40.39

CMYK Percentages of Color #589aa4

%46
%6
%0
%36

Triadic Colors of #589aa4

#589aa4 #a4589a #9aa458

Analogous Colors of #589aa4

#589aa4 #5874a4 #58a488

Monochromatic Colors of #589aa4

#589aa4

Complementary Color

#589aa4 #a46258

#589aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#589aa4 Color CSS Codes

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

#589aa4 Text Font Color

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

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


#589aa4 Background Color

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

This div background color is #589aa4


#589aa4 Border Color

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

This div border color is #589aa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589aa4


Comments

No comments written yet.

Please login to write comment.