Color Hex Logo

#555adc Color Hex

#555ADC
(85,90,220)
0 Favorites   0 Comments

Color spaces of #555adc

RGB 8590220
HSL0.660.660.60
HSV238°61°86°
CMYK 0.610.590.00   0.14
XYZ20.320714.410969.4207
Yxy14.41090.19510.1384
Hunter Lab37.961729.1172-81.8507
CIE-Lab44.816536.8360-67.2804

#555adc color RGB value is (85,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 11011100
Octal 125 132 334
Decimal 85 90 220
Hex 55 5A DC

RGB Percentages of Color #555adc

%21.52
%22.78
%55.70

CMYK Percentages of Color #555adc

%61
%59
%0
%14

Triadic Colors of #555adc

#555adc #dc555a #5adc55

Analogous Colors of #555adc

#555adc #9455dc #559edc

Monochromatic Colors of #555adc

#555adc

Complementary Color

#555adc #dcd755

#555adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#555adc Color CSS Codes

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

#555adc Text Font Color

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

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


#555adc Background Color

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

This div background color is #555adc


#555adc Border Color

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

This div border color is #555adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555adc


Comments

No comments written yet.

Please login to write comment.