Color Hex Logo

#599abc Color Hex

#599ABC
(89,154,188)
0 Favorites   0 Comments

Color spaces of #599abc

RGB 89154188
HSL0.560.420.54
HSV201°53°74°
CMYK 0.530.180.00   0.26
XYZ24.752528.865951.8440
Yxy28.86590.23470.2737
Hunter Lab53.7270-11.7857-19.6031
CIE-Lab60.6631-11.1459-23.9965

#599abc color RGB value is (89,154,188).

#599abc hex color red value is 89, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #599abc hue: 0.56 , saturation: 0.42 and the lightness value of 599abc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 10111100
Octal 131 232 274
Decimal 89 154 188
Hex 59 9A BC

RGB Percentages of Color #599abc

%20.65
%35.73
%43.62

CMYK Percentages of Color #599abc

%53
%18
%0
%26

Triadic Colors of #599abc

#599abc #bc599a #9abc59

Analogous Colors of #599abc

#599abc #5969bc #59bcad

Monochromatic Colors of #599abc

#599abc

Complementary Color

#599abc #bc7b59

#599abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599abc Color CSS Codes

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

#599abc Text Font Color

<p style="color:#599abc">Text here</p>

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


#599abc Background Color

<div style="background-color:#599abc">
Div content here</div>

This div background color is #599abc


#599abc Border Color

<div style="border:3px solid #599abc">
Div here</div>

This div border color is #599abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,154,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #599abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #599abc;
  -webkit-box-shadow: 1px 1px 3px 2px #599abc;
  box-shadow:         1px 1px 3px 2px #599abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,154,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 #599abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599abc


Comments

No comments written yet.

Please login to write comment.