Color Hex Logo

#599ada Color Hex

#599ADA
(89,154,218)
0 Favorites   0 Comments

Color spaces of #599ada

RGB 89154218
HSL0.580.640.60
HSV210°59°85°
CMYK 0.590.290.00   0.15
XYZ28.330330.297070.6844
Yxy30.29700.21910.2343
Hunter Lab55.0427-4.4514-37.6088
CIE-Lab61.9096-1.8217-38.8478

#599ada color RGB value is (89,154,218).

#599ada hex color red value is 89, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #599ada hue: 0.58 , saturation: 0.64 and the lightness value of 599ada is 0.60.

The process color (four color CMYK) of #599ada color hex is 0.59, 0.29, 0.00, 0.15. Web safe color of #599ada is #6699cc. Color #599ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 11011010
Octal 131 232 332
Decimal 89 154 218
Hex 59 9A DA

RGB Percentages of Color #599ada

%19.31
%33.41
%47.29

CMYK Percentages of Color #599ada

%59
%29
%0
%15

Triadic Colors of #599ada

#599ada #da599a #9ada59

Analogous Colors of #599ada

#599ada #5959da #59dada

Monochromatic Colors of #599ada

#599ada

Complementary Color

#599ada #da9959

#599ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#599ada Color CSS Codes

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

#599ada Text Font Color

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

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


#599ada Background Color

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

This div background color is #599ada


#599ada Border Color

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

This div border color is #599ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599ada


Comments

No comments written yet.

Please login to write comment.