Color Hex Logo

#589ebc Color Hex

#589EBC
(88,158,188)
0 Favorites   0 Comments

Color spaces of #589ebc

RGB 88158188
HSL0.550.430.54
HSV198°53°74°
CMYK 0.530.160.00   0.26
XYZ25.328530.159352.0633
Yxy30.15930.23550.2804
Hunter Lab54.9175-13.7796-17.7663
CIE-Lab61.7914-13.5516-22.2710

#589ebc color RGB value is (88,158,188).

#589ebc hex color red value is 88, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #589ebc hue: 0.55 , saturation: 0.43 and the lightness value of 589ebc is 0.54.

The process color (four color CMYK) of #589ebc color hex is 0.53, 0.16, 0.00, 0.26. Web safe color of #589ebc is #6699cc. Color #589ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011110 10111100
Octal 130 236 274
Decimal 88 158 188
Hex 58 9E BC

RGB Percentages of Color #589ebc

%20.28
%36.41
%43.32

CMYK Percentages of Color #589ebc

%53
%16
%0
%26

Triadic Colors of #589ebc

#589ebc #bc589e #9ebc58

Analogous Colors of #589ebc

#589ebc #586cbc #58bca8

Monochromatic Colors of #589ebc

#589ebc

Complementary Color

#589ebc #bc7658

#589ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#589ebc Color CSS Codes

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

#589ebc Text Font Color

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

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


#589ebc Background Color

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

This div background color is #589ebc


#589ebc Border Color

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

This div border color is #589ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589ebc


Comments

No comments written yet.

Please login to write comment.