Color Hex Logo

#559dde Color Hex

#559DDE
(85,157,222)
0 Favorites   0 Comments

Color spaces of #559dde

RGB 85157222
HSL0.580.670.60
HSV208°62°87°
CMYK 0.620.290.00   0.13
XYZ28.988131.319273.6246
Yxy31.31920.21640.2338
Hunter Lab55.9636-5.4765-38.8263
CIE-Lab62.7762-2.9915-39.7223

#559dde color RGB value is (85,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011101 11011110
Octal 125 235 336
Decimal 85 157 222
Hex 55 9D DE

RGB Percentages of Color #559dde

%18.32
%33.84
%47.84

CMYK Percentages of Color #559dde

%62
%29
%0
%13

Triadic Colors of #559dde

#559dde #de559d #9dde55

Analogous Colors of #559dde

#559dde #5558de #55dedb

Monochromatic Colors of #559dde

#559dde

Complementary Color

#559dde #de9655

#559dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#559dde Color CSS Codes

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

#559dde Text Font Color

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

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


#559dde Background Color

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

This div background color is #559dde


#559dde Border Color

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

This div border color is #559dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559dde


Comments

No comments written yet.

Please login to write comment.