Color Hex Logo

#599cca Color Hex

#599CCA
(89,156,202)
0 Favorites   0 Comments

Color spaces of #599cca

RGB 89156202
HSL0.570.520.57
HSV204°56°79°
CMYK 0.560.230.00   0.21
XYZ26.669030.165060.2939
Yxy30.16500.22770.2575
Hunter Lab54.9227-9.4398-26.6425
CIE-Lab61.7963-7.9937-30.1042

#599cca color RGB value is (89,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011100 11001010
Octal 131 234 312
Decimal 89 156 202
Hex 59 9C CA

RGB Percentages of Color #599cca

%19.91
%34.90
%45.19

CMYK Percentages of Color #599cca

%56
%23
%0
%21

Triadic Colors of #599cca

#599cca #ca599c #9cca59

Analogous Colors of #599cca

#599cca #5964ca #59cac0

Monochromatic Colors of #599cca

#599cca

Complementary Color

#599cca #ca8759

#599cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#599cca Color CSS Codes

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

#599cca Text Font Color

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

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


#599cca Background Color

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

This div background color is #599cca


#599cca Border Color

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

This div border color is #599cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599cca


Comments

No comments written yet.

Please login to write comment.