Color Hex Logo

#589dbc Color Hex

#589DBC
(88,157,188)
0 Favorites   0 Comments

Color spaces of #589dbc

RGB 88157188
HSL0.550.430.54
HSV199°53°74°
CMYK 0.530.160.00   0.26
XYZ25.158629.819552.0067
Yxy29.81950.23520.2787
Hunter Lab54.6072-13.3243-18.2414
CIE-Lab61.4982-13.0086-22.7199

#589dbc color RGB value is (88,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011101 10111100
Octal 130 235 274
Decimal 88 157 188
Hex 58 9D BC

RGB Percentages of Color #589dbc

%20.32
%36.26
%43.42

CMYK Percentages of Color #589dbc

%53
%16
%0
%26

Triadic Colors of #589dbc

#589dbc #bc589d #9dbc58

Analogous Colors of #589dbc

#589dbc #586bbc #58bca9

Monochromatic Colors of #589dbc

#589dbc

Complementary Color

#589dbc #bc7758

#589dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#589dbc Color CSS Codes

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

#589dbc Text Font Color

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

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


#589dbc Background Color

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

This div background color is #589dbc


#589dbc Border Color

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

This div border color is #589dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,157,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 #589dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589dbc


Comments

No comments written yet.

Please login to write comment.