Color Hex Logo

#589ddc Color Hex

#589DDC
(88,157,220)
0 Favorites   0 Comments

Color spaces of #589ddc

RGB 88157220
HSL0.580.650.60
HSV209°60°86°
CMYK 0.600.290.00   0.14
XYZ28.999731.356072.2340
Yxy31.35600.21870.2365
Hunter Lab55.9964-5.5513-37.2851
CIE-Lab62.8070-3.0795-38.5569

#589ddc color RGB value is (88,157,220).

#589ddc hex color red value is 88, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #589ddc hue: 0.58 , saturation: 0.65 and the lightness value of 589ddc is 0.60.

The process color (four color CMYK) of #589ddc color hex is 0.60, 0.29, 0.00, 0.14. Web safe color of #589ddc is #6699cc. Color #589ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011101 11011100
Octal 130 235 334
Decimal 88 157 220
Hex 58 9D DC

RGB Percentages of Color #589ddc

%18.92
%33.76
%47.31

CMYK Percentages of Color #589ddc

%60
%29
%0
%14

Triadic Colors of #589ddc

#589ddc #dc589d #9ddc58

Analogous Colors of #589ddc

#589ddc #585bdc #58dcd9

Monochromatic Colors of #589ddc

#589ddc

Complementary Color

#589ddc #dc9758

#589ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#589ddc Color CSS Codes

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

#589ddc Text Font Color

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

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


#589ddc Background Color

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

This div background color is #589ddc


#589ddc Border Color

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

This div border color is #589ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589ddc


Comments

No comments written yet.

Please login to write comment.