Color Hex Logo

#589ace Color Hex

#589ACE
(88,154,206)
0 Favorites   0 Comments

Color spaces of #589ace

RGB 88154206
HSL0.570.550.58
HSV206°57°81°
CMYK 0.570.250.00   0.19
XYZ26.720729.642162.7057
Yxy29.64210.22440.2489
Hunter Lab54.4446-7.6724-30.1752
CIE-Lab61.3442-5.8335-33.0450

#589ace color RGB value is (88,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011010 11001110
Octal 130 232 316
Decimal 88 154 206
Hex 58 9A CE

RGB Percentages of Color #589ace

%19.64
%34.38
%45.98

CMYK Percentages of Color #589ace

%57
%25
%0
%19

Triadic Colors of #589ace

#589ace #ce589a #9ace58

Analogous Colors of #589ace

#589ace #585fce #58cec7

Monochromatic Colors of #589ace

#589ace

Complementary Color

#589ace #ce8c58

#589ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#589ace Color CSS Codes

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

#589ace Text Font Color

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

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


#589ace Background Color

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

This div background color is #589ace


#589ace Border Color

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

This div border color is #589ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589ace


Comments

No comments written yet.

Please login to write comment.