Color Hex Logo

#559ada Color Hex

#559ADA
(85,154,218)
0 Favorites   0 Comments

Color spaces of #559ada

RGB 85154218
HSL0.580.640.59
HSV209°61°85°
CMYK 0.610.290.00   0.15
XYZ27.956830.104570.6669
Yxy30.10450.21720.2339
Hunter Lab54.8676-5.0667-37.9555
CIE-Lab61.7443-2.5832-39.1186

#559ada color RGB value is (85,154,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011010 11011010
Octal 125 232 332
Decimal 85 154 218
Hex 55 9A DA

RGB Percentages of Color #559ada

%18.60
%33.70
%47.70

CMYK Percentages of Color #559ada

%61
%29
%0
%15

Triadic Colors of #559ada

#559ada #da559a #9ada55

Analogous Colors of #559ada

#559ada #5558da #55dad8

Monochromatic Colors of #559ada

#559ada

Complementary Color

#559ada #da9555

#559ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#559ada Color CSS Codes

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

#559ada Text Font Color

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

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


#559ada Background Color

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

This div background color is #559ada


#559ada Border Color

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

This div border color is #559ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #559ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559ada


Comments

No comments written yet.

Please login to write comment.