Color Hex Logo

#599bca Color Hex

#599BCA
(89,155,202)
0 Favorites   0 Comments

Color spaces of #599bca

RGB 89155202
HSL0.570.520.57
HSV205°56°79°
CMYK 0.560.230.00   0.21
XYZ26.501829.830860.2382
Yxy29.83080.22730.2559
Hunter Lab54.6176-8.9682-27.1591
CIE-Lab61.5080-7.4363-30.5508

#599bca color RGB value is (89,155,202).

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

The process color (four color CMYK) of #599bca color hex is 0.56, 0.23, 0.00, 0.21. Web safe color of #599bca is #6699cc. Color #599bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011011 11001010
Octal 131 233 312
Decimal 89 155 202
Hex 59 9B CA

RGB Percentages of Color #599bca

%19.96
%34.75
%45.29

CMYK Percentages of Color #599bca

%56
%23
%0
%21

Triadic Colors of #599bca

#599bca #ca599b #9bca59

Analogous Colors of #599bca

#599bca #5963ca #59cac1

Monochromatic Colors of #599bca

#599bca

Complementary Color

#599bca #ca8859

#599bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#599bca Color CSS Codes

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

#599bca Text Font Color

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

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


#599bca Background Color

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

This div background color is #599bca


#599bca Border Color

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

This div border color is #599bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,155,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599bca


Comments

No comments written yet.

Please login to write comment.