Color Hex Logo

#559eea Color Hex

#559EEA
(85,158,234)
0 Favorites   0 Comments

Color spaces of #559eea

RGB 85158234
HSL0.590.780.63
HSV211°64°92°
CMYK 0.640.320.00   0.08
XYZ30.824532.325582.4567
Yxy32.32550.21170.2220
Hunter Lab56.8555-2.7225-46.1885
CIE-Lab63.61100.3722-45.0391

#559eea color RGB value is (85,158,234).

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

The process color (four color CMYK) of #559eea color hex is 0.64, 0.32, 0.00, 0.08. Web safe color of #559eea is #6699ff. Color #559eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011110 11101010
Octal 125 236 352
Decimal 85 158 234
Hex 55 9E EA

RGB Percentages of Color #559eea

%17.82
%33.12
%49.06

CMYK Percentages of Color #559eea

%64
%32
%0
%8

Triadic Colors of #559eea

#559eea #ea559e #9eea55

Analogous Colors of #559eea

#559eea #5655ea #55e9ea

Monochromatic Colors of #559eea

#559eea

Complementary Color

#559eea #eaa155

#559eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#559eea Color CSS Codes

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

#559eea Text Font Color

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

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


#559eea Background Color

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

This div background color is #559eea


#559eea Border Color

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

This div border color is #559eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559eea


Comments

No comments written yet.

Please login to write comment.