Color Hex Logo

#555eda Color Hex

#555EDA
(85,94,218)
0 Favorites   0 Comments

Color spaces of #555eda

RGB 8594218
HSL0.660.640.59
HSV236°61°85°
CMYK 0.610.570.00   0.15
XYZ20.403914.998768.1493
Yxy14.99870.19700.1448
Hunter Lab38.728226.2683-77.2219
CIE-Lab45.632433.7268-64.8164

#555eda color RGB value is (85,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 11011010
Octal 125 136 332
Decimal 85 94 218
Hex 55 5E DA

RGB Percentages of Color #555eda

%21.41
%23.68
%54.91

CMYK Percentages of Color #555eda

%61
%57
%0
%15

Triadic Colors of #555eda

#555eda #da555e #5eda55

Analogous Colors of #555eda

#555eda #8f55da #55a1da

Monochromatic Colors of #555eda

#555eda

Complementary Color

#555eda #dad155

#555eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#555eda Color CSS Codes

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

#555eda Text Font Color

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

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


#555eda Background Color

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

This div background color is #555eda


#555eda Border Color

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

This div border color is #555eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555eda


Comments

No comments written yet.

Please login to write comment.