Color Hex Logo

#555cde Color Hex

#555CDE
(85,92,222)
0 Favorites   0 Comments

Color spaces of #555cde

RGB 8592222
HSL0.660.670.60
HSV237°62°87°
CMYK 0.620.590.00   0.13
XYZ20.758314.859570.8813
Yxy14.85950.19490.1395
Hunter Lab38.548028.6641-82.0376
CIE-Lab45.441236.2746-67.4023

#555cde color RGB value is (85,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 11011110
Octal 125 134 336
Decimal 85 92 222
Hex 55 5C DE

RGB Percentages of Color #555cde

%21.30
%23.06
%55.64

CMYK Percentages of Color #555cde

%62
%59
%0
%13

Triadic Colors of #555cde

#555cde #de555c #5cde55

Analogous Colors of #555cde

#555cde #9355de #55a1de

Monochromatic Colors of #555cde

#555cde

Complementary Color

#555cde #ded755

#555cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cde Color CSS Codes

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

#555cde Text Font Color

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

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


#555cde Background Color

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

This div background color is #555cde


#555cde Border Color

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

This div border color is #555cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cde


Comments

No comments written yet.

Please login to write comment.