Color Hex Logo

#589acc Color Hex

#589ACC
(88,154,204)
0 Favorites   0 Comments

Color spaces of #589acc

RGB 88154204
HSL0.570.530.57
HSV206°57°80°
CMYK 0.570.250.00   0.20
XYZ26.479229.545561.4340
Yxy29.54550.22540.2515
Hunter Lab54.3558-8.1670-28.9617
CIE-Lab61.2601-6.4607-32.0575

#589acc color RGB value is (88,154,204).

#589acc hex color red value is 88, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #589acc hue: 0.57 , saturation: 0.53 and the lightness value of 589acc is 0.57.

The process color (four color CMYK) of #589acc color hex is 0.57, 0.25, 0.00, 0.20. Web safe color of #589acc is #6699cc. Color #589acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011010 11001100
Octal 130 232 314
Decimal 88 154 204
Hex 58 9A CC

RGB Percentages of Color #589acc

%19.73
%34.53
%45.74

CMYK Percentages of Color #589acc

%57
%25
%0
%20

Triadic Colors of #589acc

#589acc #cc589a #9acc58

Analogous Colors of #589acc

#589acc #5860cc #58ccc4

Monochromatic Colors of #589acc

#589acc

Complementary Color

#589acc #cc8a58

#589acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#589acc Color CSS Codes

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

#589acc Text Font Color

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

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


#589acc Background Color

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

This div background color is #589acc


#589acc Border Color

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

This div border color is #589acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589acc


Comments

No comments written yet.

Please login to write comment.