Color Hex Logo

#599bce Color Hex

#599BCE
(89,155,206)
0 Favorites   0 Comments

Color spaces of #599bce

RGB 89155206
HSL0.570.540.58
HSV206°57°81°
CMYK 0.570.250.00   0.19
XYZ26.981730.022862.7654
Yxy30.02280.22530.2507
Hunter Lab54.7931-7.9893-29.5615
CIE-Lab61.6739-6.1916-32.5293

#599bce color RGB value is (89,155,206).

#599bce hex color red value is 89, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #599bce hue: 0.57 , saturation: 0.54 and the lightness value of 599bce is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011011 11001110
Octal 131 233 316
Decimal 89 155 206
Hex 59 9B CE

RGB Percentages of Color #599bce

%19.78
%34.44
%45.78

CMYK Percentages of Color #599bce

%57
%25
%0
%19

Triadic Colors of #599bce

#599bce #ce599b #9bce59

Analogous Colors of #599bce

#599bce #5960ce #59cec7

Monochromatic Colors of #599bce

#599bce

Complementary Color

#599bce #ce8c59

#599bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#599bce Color CSS Codes

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

#599bce Text Font Color

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

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


#599bce Background Color

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

This div background color is #599bce


#599bce Border Color

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

This div border color is #599bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599bce


Comments

No comments written yet.

Please login to write comment.