Color Hex Logo

#555ede Color Hex

#555EDE
(85,94,222)
0 Favorites   0 Comments

Color spaces of #555ede

RGB 8594222
HSL0.660.670.60
HSV236°62°87°
CMYK 0.620.580.00   0.13
XYZ20.933815.210670.9399
Yxy15.21060.19550.1420
Hunter Lab39.000827.5592-80.5442
CIE-Lab45.921335.0512-66.6223

#555ede color RGB value is (85,94,222).

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

The process color (four color CMYK) of #555ede color hex is 0.62, 0.58, 0.00, 0.13. Web safe color of #555ede is #6666cc. Color #555ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 11011110
Octal 125 136 336
Decimal 85 94 222
Hex 55 5E DE

RGB Percentages of Color #555ede

%21.20
%23.44
%55.36

CMYK Percentages of Color #555ede

%62
%58
%0
%13

Triadic Colors of #555ede

#555ede #de555e #5ede55

Analogous Colors of #555ede

#555ede #9155de #55a3de

Monochromatic Colors of #555ede

#555ede

Complementary Color

#555ede #ded555

#555ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ede Color CSS Codes

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

#555ede Text Font Color

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

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


#555ede Background Color

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

This div background color is #555ede


#555ede Border Color

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

This div border color is #555ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ede


Comments

No comments written yet.

Please login to write comment.