Color Hex Logo

#559eda Color Hex

#559EDA
(85,158,218)
0 Favorites   0 Comments

Color spaces of #559eda

RGB 85158218
HSL0.580.640.59
HSV207°61°85°
CMYK 0.610.280.00   0.15
XYZ28.628131.447070.8907
Yxy31.44700.21860.2401
Hunter Lab56.0776-7.0101-35.6973
CIE-Lab62.8832-4.8517-37.3376

#559eda color RGB value is (85,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011110 11011010
Octal 125 236 332
Decimal 85 158 218
Hex 55 9E DA

RGB Percentages of Color #559eda

%18.44
%34.27
%47.29

CMYK Percentages of Color #559eda

%61
%28
%0
%15

Triadic Colors of #559eda

#559eda #da559e #9eda55

Analogous Colors of #559eda

#559eda #555cda #55dad4

Monochromatic Colors of #559eda

#559eda

Complementary Color

#559eda #da9155

#559eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#559eda Color CSS Codes

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

#559eda Text Font Color

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

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


#559eda Background Color

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

This div background color is #559eda


#559eda Border Color

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

This div border color is #559eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559eda


Comments

No comments written yet.

Please login to write comment.