Color Hex Logo

#559de2 Color Hex

#559DE2
(85,157,226)
0 Favorites   0 Comments

Color spaces of #559de2

RGB 85157226
HSL0.580.710.61
HSV209°62°89°
CMYK 0.620.310.00   0.11
XYZ29.530831.536276.4822
Yxy31.53620.21470.2293
Hunter Lab56.1571-4.4088-41.4390
CIE-Lab62.9577-1.6865-41.6517

#559de2 color RGB value is (85,157,226).

#559de2 hex color red value is 85, green value is 157 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #559de2 hue: 0.58 , saturation: 0.71 and the lightness value of 559de2 is 0.61.

The process color (four color CMYK) of #559de2 color hex is 0.62, 0.31, 0.00, 0.11. Web safe color of #559de2 is #6699cc. Color #559de2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011101 11100010
Octal 125 235 342
Decimal 85 157 226
Hex 55 9D E2

RGB Percentages of Color #559de2

%18.16
%33.55
%48.29

CMYK Percentages of Color #559de2

%62
%31
%0
%11

Triadic Colors of #559de2

#559de2 #e2559d #9de255

Analogous Colors of #559de2

#559de2 #5557e2 #55e2e1

Monochromatic Colors of #559de2

#559de2

Complementary Color

#559de2 #e29a55

#559de2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559de2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559de2 Color CSS Codes

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

#559de2 Text Font Color

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

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


#559de2 Background Color

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

This div background color is #559de2


#559de2 Border Color

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

This div border color is #559de2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,157,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559de2


Comments

No comments written yet.

Please login to write comment.