Color Hex Logo

#5460ef Color Hex

#5460EF
(84,96,239)
0 Favorites   0 Comments

Color spaces of #5460ef

RGB 8496239
HSL0.650.830.63
HSV235°65°94°
CMYK 0.650.600.00   0.06
XYZ23.419016.482683.6085
Yxy16.48260.18960.1335
Hunter Lab40.598831.9181-93.6818
CIE-Lab47.601439.3146-73.4868

#5460ef color RGB value is (84,96,239).

#5460ef hex color red value is 84, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5460ef hue: 0.65 , saturation: 0.83 and the lightness value of 5460ef is 0.63.

The process color (four color CMYK) of #5460ef color hex is 0.65, 0.60, 0.00, 0.06. Web safe color of #5460ef is #6666ff. Color #5460ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100000 11101111
Octal 124 140 357
Decimal 84 96 239
Hex 54 60 EF

RGB Percentages of Color #5460ef

%20.05
%22.91
%57.04

CMYK Percentages of Color #5460ef

%65
%60
%0
%6

Triadic Colors of #5460ef

#5460ef #ef5460 #60ef54

Analogous Colors of #5460ef

#5460ef #9654ef #54aeef

Monochromatic Colors of #5460ef

#5460ef

Complementary Color

#5460ef #efe354

#5460ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5460ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5460ef Color CSS Codes

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

#5460ef Text Font Color

<p style="color:#5460ef">Text here</p>

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


#5460ef Background Color

<div style="background-color:#5460ef">
Div content here</div>

This div background color is #5460ef


#5460ef Border Color

<div style="border:3px solid #5460ef">
Div here</div>

This div border color is #5460ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,96,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5460ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5460ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5460ef;
  box-shadow:         1px 1px 3px 2px #5460ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,96,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5460ef


Comments

No comments written yet.

Please login to write comment.