Color Hex Logo

#5466dc Color Hex

#5466DC
(84,102,220)
0 Favorites   0 Comments

Color spaces of #5466dc

RGB 84102220
HSL0.640.660.60
HSV232°62°86°
CMYK 0.620.540.00   0.14
XYZ21.325816.554969.7816
Yxy16.55490.19810.1538
Hunter Lab40.687722.3544-73.2041
CIE-Lab47.694229.2823-62.6166

#5466dc color RGB value is (84,102,220).

#5466dc hex color red value is 84, green value is 102 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5466dc hue: 0.64 , saturation: 0.66 and the lightness value of 5466dc is 0.60.

The process color (four color CMYK) of #5466dc color hex is 0.62, 0.54, 0.00, 0.14. Web safe color of #5466dc is #6666cc. Color #5466dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100110 11011100
Octal 124 146 334
Decimal 84 102 220
Hex 54 66 DC

RGB Percentages of Color #5466dc

%20.69
%25.12
%54.19

CMYK Percentages of Color #5466dc

%62
%54
%0
%14

Triadic Colors of #5466dc

#5466dc #dc5466 #66dc54

Analogous Colors of #5466dc

#5466dc #8654dc #54aadc

Monochromatic Colors of #5466dc

#5466dc

Complementary Color

#5466dc #dcca54

#5466dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5466dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5466dc Color CSS Codes

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

#5466dc Text Font Color

<p style="color:#5466dc">Text here</p>

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


#5466dc Background Color

<div style="background-color:#5466dc">
Div content here</div>

This div background color is #5466dc


#5466dc Border Color

<div style="border:3px solid #5466dc">
Div here</div>

This div border color is #5466dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,102,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5466dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5466dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5466dc;
  box-shadow:         1px 1px 3px 2px #5466dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,102,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 #5466dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5466dc


Comments

No comments written yet.

Please login to write comment.